diff options
author | Keith Packard <keithp@keithp.com> | 2005-07-09 05:59:54 +0000 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2005-07-09 05:59:54 +0000 |
commit | 7b45eec97e390d8c8124b0a95b83ff7614903979 (patch) | |
tree | cee500ee25acdc8a7d5b5d08f5f7c60eb3f5c469 | |
parent | 0a4f43e5170110519bd34d01f1f20a72ea615485 (diff) |
Add .cvsignore files
-rw-r--r-- | .cvsignore | 20 | ||||
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | src/.cvsignore | 6 |
3 files changed, 32 insertions, 0 deletions
diff --git a/.cvsignore b/.cvsignore new file mode 100644 index 0000000..7996c60 --- /dev/null +++ b/.cvsignore @@ -0,0 +1,20 @@ +aclocal.m4 +autom4te.cache +config.guess +config.h +config.h.in +config.log +config.status +config.sub +configure +depcomp +install-sh +libtool +ltmain.sh +Makefile +Makefile.in +MakeOut +missing +mkinstalldirs +sm.pc +stamp-h1 @@ -1,3 +1,9 @@ +2005-07-08 Keith Packard <keithp@keithp.com> + + * .cvsignore: + * src/.cvsignore: + Add .cvsignore files + 2005-01-29 Daniel Stone <daniel@freedesktop.org> * sm_manager.c: diff --git a/src/.cvsignore b/src/.cvsignore new file mode 100644 index 0000000..1c0eccc --- /dev/null +++ b/src/.cvsignore @@ -0,0 +1,6 @@ +.deps +.libs +libSM.la +*.lo +Makefile +Makefile.in |