From 6731a5a3e5daf84b2983924cec0c8a3102268522 Mon Sep 17 00:00:00 2001 From: Owen Taylor Date: Thu, 7 Jun 2001 21:08:05 +0000 Subject: [PATCH] add cvsignores --- .cvsignore | 2 ++ atk/.cvsignore | 4 +++- docs/.cvsignore | 15 +++++++++++++++ tests/.cvsignore | 6 ++++++ 4 files changed, 26 insertions(+), 1 deletion(-) create mode 100644 docs/.cvsignore create mode 100644 tests/.cvsignore 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 -- 2.7.4