Created .gitignore files
authorPablo Castellano <pablog@src.gnome.org>
Sun, 3 Jan 2010 00:47:31 +0000 (01:47 +0100)
committerPablo Castellano <pablog@src.gnome.org>
Sun, 3 Jan 2010 00:50:10 +0000 (01:50 +0100)
.gitignore [new file with mode: 0644]
atk/.gitignore [new file with mode: 0644]
docs/.gitignore [new file with mode: 0644]
m4/.gitignore [new file with mode: 0644]
po/.gitignore [new file with mode: 0644]
tests/.gitignore [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..32cfe8f
--- /dev/null
@@ -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 (file)
index 0000000..dfa38c6
--- /dev/null
@@ -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 (file)
index 0000000..f7551a3
--- /dev/null
@@ -0,0 +1 @@
+/version.xml
diff --git a/m4/.gitignore b/m4/.gitignore
new file mode 100644 (file)
index 0000000..972021f
--- /dev/null
@@ -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 (file)
index 0000000..ba435e2
--- /dev/null
@@ -0,0 +1,3 @@
+/*.gmo
+/Makefile.in.in
+/POTFILES
diff --git a/tests/.gitignore b/tests/.gitignore
new file mode 100644 (file)
index 0000000..a4f894e
--- /dev/null
@@ -0,0 +1,2 @@
+/.deps
+/.libs