summary refs log tree commit diff stats
path: root/.gitignore
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-07-21 17:09:54 +0200
committerBerke Viktor <bviktor@hexchat.org>2012-07-21 17:09:54 +0200
commit9ea3ac9ddd66e7c85c9a066770da5e7a0ed9c598 (patch)
tree6a22ce9497c6c219e27faed7c1cfcb32bc1741ec /.gitignore
parentd05d298bbb0cb262b0a9983afea6236b46777ed4 (diff)
Update .gitignore to include all Unix-specific files
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore37
1 files changed, 36 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 8f2542c0..7dad7d78 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,10 +1,44 @@
 # git ignore file
-*.user
+# Unix generated files
+.deps/
+.libs/
+Makefile
+Makefile.in
+aclocal.m4
+autom4te.cache/
+compile
+config.guess
+config.h.in
+config.log
+config.status
+config.sub
+configure
+depcomp
+install-sh
+intl/
+libtool
+ltmain.sh
+missing
+plugins/perl/irc.pm.h
+plugins/perl/xchat.pm.h
+po/Makefile.in.in
+po/POTFILES
+po/hexchat.pot
+po/remove-potcdate.sed
+po/stamp-po
+src/common/dbus/example
+src/common/dbus/marshallers.h
+src/common/dbus/org.hexchat.service.service
+src/common/dbus/remote-object-glue.h
+src/fe-gtk/hexchat
+stamp-h1
+*.a
 *.o
 *.la
 *.lo
 *.gmo
 *.po~
+# Win32 generated files
 plugins/wmpa/wmpa_h.h
 plugins/wmpa/wmpa_i.c
 src/pixmaps/inline_pngs.h
@@ -15,3 +49,4 @@ win32/hexchat.opensdf
 win32/hexchat.sdf
 win32/hexchat.suo
 resource.h
+*.user
\ No newline at end of file