diff options
author | Keith Packard <keithp@keithp.com> | 2005-07-09 05:59:01 +0000 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2005-07-09 05:59:01 +0000 |
commit | 6d1704defa0e57715bd22d30d6e789b36233dcf8 (patch) | |
tree | b52f1f6c5f01fe334c7bfe06a49232f9075c7332 | |
parent | 2b6b8e40a63dd69a13f87c19dcf8dc2f477c304d (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..c33111a --- /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 +ice.pc +install-sh +libtool +ltmain.sh +Makefile +Makefile.in +MakeOut +missing +mkinstalldirs +stamp-h1 @@ -1,3 +1,9 @@ +2005-07-08 Keith Packard <keithp@keithp.com> + + * .cvsignore: + * src/.cvsignore: + Add .cvsignore files + 2005-06-09 Alexander Gottwald <ago@freedesktop.org> * src/icetrans.c: diff --git a/src/.cvsignore b/src/.cvsignore new file mode 100644 index 0000000..f38c26f --- /dev/null +++ b/src/.cvsignore @@ -0,0 +1,6 @@ +.deps +libICE.la +.libs +*.lo +Makefile +Makefile.in |