summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Lortie <desrt@desrt.ca>2010-01-28 22:43:51 -0500
committerRyan Lortie <desrt@desrt.ca>2010-01-28 22:43:51 -0500
commit6aa73f03eb14188b71b91c647442488e776a4952 (patch)
treefeec423aa581eba448fb25a387e560348f5b6553
parentc73d2818432956aaedb12886ea0011847b7d030e (diff)
improve gitignore
-rw-r--r--.gitignore3
-rw-r--r--glib/.gitignore4
-rw-r--r--gmodule/.gitignore1
-rw-r--r--gobject/.gitignore1
-rw-r--r--gthread/.gitignore1
-rw-r--r--po/.gitignore1
-rw-r--r--tests/.gitignore2
7 files changed, 13 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 47dc71346..068cc7e99 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,6 +9,7 @@ Makefile
*.pc
.*.swp
.sw?
+*.rc
# autofoo stuff here
compile
@@ -26,6 +27,8 @@ glib-gettextize
glib-zip
glibconfig.h
gtk-doc.make
+glibconfig.h.win32
INSTALL
README
+ChangeLog
diff --git a/glib/.gitignore b/glib/.gitignore
index 878421d8a..814afd820 100644
--- a/glib/.gitignore
+++ b/glib/.gitignore
@@ -2,3 +2,7 @@ galias.h
galiasdef.c
gtester
libglib-gdb.py
+makefile.msc
+gspawn-win32-helper-console.c
+gspawn-win64-helper-console.c
+gspawn-win64-helper.c
diff --git a/gmodule/.gitignore b/gmodule/.gitignore
index e44c5c646..bd1e25360 100644
--- a/gmodule/.gitignore
+++ b/gmodule/.gitignore
@@ -1 +1,2 @@
gmoduleconf.h
+makefile.msc
diff --git a/gobject/.gitignore b/gobject/.gitignore
index bf517b518..1c8d3e7df 100644
--- a/gobject/.gitignore
+++ b/gobject/.gitignore
@@ -7,3 +7,4 @@ gobjectalias.h
gobjectaliasdef.c
testgobject
libgobject-gdb.py
+makefile.msc
diff --git a/gthread/.gitignore b/gthread/.gitignore
new file mode 100644
index 000000000..8f2ed210f
--- /dev/null
+++ b/gthread/.gitignore
@@ -0,0 +1 @@
+makefile.msc
diff --git a/po/.gitignore b/po/.gitignore
index 68c54d26d..d17ff3548 100644
--- a/po/.gitignore
+++ b/po/.gitignore
@@ -1,2 +1,3 @@
POTFILES
*.gmo
+glib20.pot
diff --git a/tests/.gitignore b/tests/.gitignore
index 0ab78eb23..81c9cc62f 100644
--- a/tests/.gitignore
+++ b/tests/.gitignore
@@ -1,3 +1,5 @@
+makefile.msc
+
assert-msg-test
asyncqueue-test
atomic-test