[atk] Created .gitignore files
- From: Pablo Castellano <pablog src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [atk] Created .gitignore files
- Date: Sun, 3 Jan 2010 00:50:35 +0000 (UTC)
commit 87a3d7b191aea2878363941736826ecc6df778fa
Author: Pablo Castellano <pablog src gnome org>
Date: Sun Jan 3 01:47:31 2010 +0100
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(+), 0 deletions(-)
---
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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]