diff options
author | Owen Taylor <otaylor@src.gnome.org> | 2001-06-07 21:08:05 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2001-06-07 21:08:05 +0000 |
commit | 6731a5a3e5daf84b2983924cec0c8a3102268522 (patch) | |
tree | bf7b1c9e470295c7b601c84b43efcb0c47803ba1 | |
parent | 6803a2d7972a2ce016520d4bfacf1bd26c00fd29 (diff) | |
download | atk-6731a5a3e5daf84b2983924cec0c8a3102268522.tar.gz |
add cvsignores
-rw-r--r-- | .cvsignore | 2 | ||||
-rw-r--r-- | atk/.cvsignore | 4 | ||||
-rw-r--r-- | docs/.cvsignore | 15 | ||||
-rw-r--r-- | tests/.cvsignore | 6 |
4 files changed, 26 insertions, 1 deletions
@@ -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 |