summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@src.gnome.org>2001-06-07 21:08:05 +0000
committerOwen Taylor <otaylor@src.gnome.org>2001-06-07 21:08:05 +0000
commit6731a5a3e5daf84b2983924cec0c8a3102268522 (patch)
treebf7b1c9e470295c7b601c84b43efcb0c47803ba1
parent6803a2d7972a2ce016520d4bfacf1bd26c00fd29 (diff)
downloadatk-6731a5a3e5daf84b2983924cec0c8a3102268522.tar.gz
add cvsignores
-rw-r--r--.cvsignore2
-rw-r--r--atk/.cvsignore4
-rw-r--r--docs/.cvsignore15
-rw-r--r--tests/.cvsignore6
4 files changed, 26 insertions, 1 deletions
diff --git a/.cvsignore b/.cvsignore
index e15bdcf..600db63 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -12,3 +12,5 @@ atk.pc
missing
install-sh
mkinstalldirs
+atk-uninstalled.pc
+
diff --git a/atk/.cvsignore b/atk/.cvsignore
index 2d6cc17..4e1762b 100644
--- a/atk/.cvsignore
+++ b/atk/.cvsignore
@@ -3,4 +3,6 @@ Makefile.in
*.lo
*.la
.deps
-.libs \ No newline at end of file
+.libs
+*atkmarshal.c
+*atkmarshal.h
diff --git a/docs/.cvsignore b/docs/.cvsignore
new file mode 100644
index 0000000..36a03b6
--- /dev/null
+++ b/docs/.cvsignore
@@ -0,0 +1,15 @@
+Makefile.in
+Makefile
+html
+sgml
+atk.args
+atk.hierarchy
+atk.signals
+atk-decl.txt
+atk-decl-list.txt
+atk-unused.txt
+atk-undocumented.txt
+*.stamp
+
+
+
diff --git a/tests/.cvsignore b/tests/.cvsignore
new file mode 100644
index 0000000..8550dbf
--- /dev/null
+++ b/tests/.cvsignore
@@ -0,0 +1,6 @@
+Makefile
+Makefile.in
+.deps
+.libs
+*.la
+*.lo