summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2005-07-09 06:42:31 +0000
committerKeith Packard <keithp@keithp.com>2005-07-09 06:42:31 +0000
commite6417efb575017851e0e988ad99304094c36290c (patch)
tree8ecb06ea32f6890f557865934a79fc5d1afd16db
parent3835ed8e7aac1dfafa02ba6e33273523a6ef139f (diff)
downloadxorg-lib-libXinerama-e6417efb575017851e0e988ad99304094c36290c.tar.gz
Add .cvsignore files Switch _la_CFLAGS for AM_CFLAGS to clean up directory
-rw-r--r--.cvsignore20
-rw-r--r--ChangeLog7
-rw-r--r--src/.cvsignore6
3 files changed, 33 insertions, 0 deletions
diff --git a/.cvsignore b/.cvsignore
new file mode 100644
index 0000000..4e7a527
--- /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
+xinerama.pc
diff --git a/ChangeLog b/ChangeLog
index 95fd1a7..2f1570d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2005-07-08 Keith Packard <keithp@keithp.com>
+
+ * .cvsignore:
+ * src/.cvsignore:
+ Add .cvsignore files
+ Switch _la_CFLAGS for AM_CFLAGS to clean up directory
+
2005-06-21 Alexander Gottwald <ago at freedesktop dot org>
* configure.ac
diff --git a/src/.cvsignore b/src/.cvsignore
new file mode 100644
index 0000000..3f6f09d
--- /dev/null
+++ b/src/.cvsignore
@@ -0,0 +1,6 @@
+.deps
+.libs
+libXinerama.la
+*.lo
+Makefile
+Makefile.in