From a4052aff327e55a3c0282b8c16c4a815f47b69ff Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Wed, 18 Jul 2012 10:51:39 +0200 Subject: Add some Unix-specific files for .gitignore, more to come later --- .gitignore | 29 +++++++++++++++++------------ 1 file changed, 17 insertions(+), 12 deletions(-) diff --git a/.gitignore b/.gitignore index 9a0cf619..8f2542c0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,12 +1,17 @@ -# git ignore file -*.user -plugins/wmpa/wmpa_h.h -plugins/wmpa/wmpa_i.c -src/pixmaps/inline_pngs.h -src/htm/obj/* -win32/build/* -win32/ipch/* -win32/hexchat.opensdf -win32/hexchat.sdf -win32/hexchat.suo -resource.h +# git ignore file +*.user +*.o +*.la +*.lo +*.gmo +*.po~ +plugins/wmpa/wmpa_h.h +plugins/wmpa/wmpa_i.c +src/pixmaps/inline_pngs.h +src/htm/obj/* +win32/build/* +win32/ipch/* +win32/hexchat.opensdf +win32/hexchat.sdf +win32/hexchat.suo +resource.h -- cgit 1.4.1