diff options
author | Keith Packard <keithp@keithp.com> | 2005-07-09 06:04:32 +0000 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2005-07-09 06:04:32 +0000 |
commit | f00570af369d1a516062fec225095cc94e6fab53 (patch) | |
tree | 1f4f97e4f3acde4a29ab167e2b565b809f1d87e7 | |
parent | 3817722549db9a2377f034b0af5768f8c36bbf62 (diff) |
Add .cvsignore files
-rw-r--r-- | .cvsignore | 20 | ||||
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | man/.cvsignore | 2 | ||||
-rw-r--r-- | src/.cvsignore | 6 |
4 files changed, 35 insertions, 0 deletions
diff --git a/.cvsignore b/.cvsignore new file mode 100644 index 0000000..70dfa2f --- /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 +stamp-h1 +xscrnsaver.pc @@ -1,3 +1,10 @@ +2005-07-08 Keith Packard <keithp@keithp.com> + + * .cvsignore: + * man/.cvsignore: + * src/.cvsignore: + Add .cvsignore files + 2005-06-23 Theo van Klaveren <t.vanklaveren@student.utwente.nl> Fix make distcheck. diff --git a/man/.cvsignore b/man/.cvsignore new file mode 100644 index 0000000..282522d --- /dev/null +++ b/man/.cvsignore @@ -0,0 +1,2 @@ +Makefile +Makefile.in diff --git a/src/.cvsignore b/src/.cvsignore new file mode 100644 index 0000000..cc342ea --- /dev/null +++ b/src/.cvsignore @@ -0,0 +1,6 @@ +.deps +.libs +libXScrnSaver.la +*.lo +Makefile +Makefile.in |