diff options
author | Keith Packard <keithp@keithp.com> | 2005-07-09 06:49:50 +0000 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2005-07-09 06:49:50 +0000 |
commit | 265f56bafdca73f28a4937ebff86ac77a25f2d4b (patch) | |
tree | 616c55300f8309f1dca3ca0fa4939e6f26250fd9 | |
parent | 63a4f8f76f5fb9159447878a4a85a14d0fbf4bf6 (diff) |
Add .cvsignore files
-rw-r--r-- | .cvsignore | 24 | ||||
-rw-r--r-- | ChangeLog | 10 | ||||
-rw-r--r-- | include/.cvsignore | 2 | ||||
-rw-r--r-- | include/X11/.cvsignore | 2 | ||||
-rw-r--r-- | man/.cvsignore | 2 | ||||
-rw-r--r-- | src/.cvsignore | 7 | ||||
-rw-r--r-- | util/.cvsignore | 5 |
7 files changed, 52 insertions, 0 deletions
diff --git a/.cvsignore b/.cvsignore new file mode 100644 index 0000000..a676937 --- /dev/null +++ b/.cvsignore @@ -0,0 +1,24 @@ +aclocal.m4 +autom4te.cache +compile +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 +Shell.h +stamp-h1 +StringDefs.c +StringDefs.h +xt.pc @@ -1,3 +1,13 @@ +2005-07-08 Keith Packard <keithp@keithp.com> + + * .cvsignore: + * include/.cvsignore: + * include/X11/.cvsignore: + * man/.cvsignore: + * src/.cvsignore: + * util/.cvsignore: + Add .cvsignore files + 2005-06-10 Alexander Gottwald <ago at freedesktop dot org> * src/Makefile.am: diff --git a/include/.cvsignore b/include/.cvsignore new file mode 100644 index 0000000..282522d --- /dev/null +++ b/include/.cvsignore @@ -0,0 +1,2 @@ +Makefile +Makefile.in diff --git a/include/X11/.cvsignore b/include/X11/.cvsignore new file mode 100644 index 0000000..c3f163c --- /dev/null +++ b/include/X11/.cvsignore @@ -0,0 +1,2 @@ +Shell.h +StringDefs.h 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..b37a5f8 --- /dev/null +++ b/src/.cvsignore @@ -0,0 +1,7 @@ +.deps +.libs +libXt.la +*.lo +Makefile +Makefile.in +StringDefs.c diff --git a/util/.cvsignore b/util/.cvsignore new file mode 100644 index 0000000..4b0c577 --- /dev/null +++ b/util/.cvsignore @@ -0,0 +1,5 @@ +.deps +.libs +Makefile +Makefile.in +makestrs |