From 87a3d7b191aea2878363941736826ecc6df778fa Mon Sep 17 00:00:00 2001 From: Pablo Castellano Date: Sun, 3 Jan 2010 01:47:31 +0100 Subject: Created .gitignore files --- .gitignore | 36 ++++++++++++++++++++++++++++++++++++ atk/.gitignore | 12 ++++++++++++ docs/.gitignore | 1 + m4/.gitignore | 6 ++++++ po/.gitignore | 3 +++ tests/.gitignore | 2 ++ 6 files changed, 60 insertions(+) create mode 100644 .gitignore create mode 100644 atk/.gitignore create mode 100644 docs/.gitignore create mode 100644 m4/.gitignore create mode 100644 po/.gitignore create mode 100644 tests/.gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..32cfe8f --- /dev/null +++ b/.gitignore @@ -0,0 +1,36 @@ +*.o +*.a +*.lo +*.la +*.stamp +*.bak +*.tmp +*.swp +.tm* +~* + +/autom4te.cache + +/INSTALL +Makefile +Makefile.in +/aclocal.m4 +/atk-uninstalled.pc +/atk-zip.sh +/atk.pc +/atk.spec +/config.guess +/config.h +/config.h.in +/config.log +/config.status +/config.sub +/configure +/depcomp +/gtk-doc.make +/install-sh +/libtool +/ltmain.sh +/missing +/mkinstalldirs +/stamp-h1 diff --git a/atk/.gitignore b/atk/.gitignore new file mode 100644 index 0000000..dfa38c6 --- /dev/null +++ b/atk/.gitignore @@ -0,0 +1,12 @@ +/.deps +/.libs + +/atk-enum-types.c +/atk-enum-types.h +/atk.rc +/atkmarshal.c +/atkmarshal.h +/s-enum-types-c +/s-enum-types-h +/stamp-atkmarshal.c +/stamp-atkmarshal.h diff --git a/docs/.gitignore b/docs/.gitignore new file mode 100644 index 0000000..f7551a3 --- /dev/null +++ b/docs/.gitignore @@ -0,0 +1 @@ +/version.xml diff --git a/m4/.gitignore b/m4/.gitignore new file mode 100644 index 0000000..972021f --- /dev/null +++ b/m4/.gitignore @@ -0,0 +1,6 @@ +/gtk-doc.m4 +/libtool.m4 +/ltoptions.m4 +/ltsugar.m4 +/ltversion.m4 +/lt~obsolete.m4 diff --git a/po/.gitignore b/po/.gitignore new file mode 100644 index 0000000..ba435e2 --- /dev/null +++ b/po/.gitignore @@ -0,0 +1,3 @@ +/*.gmo +/Makefile.in.in +/POTFILES diff --git a/tests/.gitignore b/tests/.gitignore new file mode 100644 index 0000000..a4f894e --- /dev/null +++ b/tests/.gitignore @@ -0,0 +1,2 @@ +/.deps +/.libs -- cgit v1.2.1