diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-07-18 10:51:39 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-07-18 10:51:39 +0200 |
commit | a4052aff327e55a3c0282b8c16c4a815f47b69ff (patch) | |
tree | f57f8faa28e10634714eda6ba81f3a824b3b4ca1 | |
parent | 1d3c6d672eaa8d97fa24f52b14efc9ec79d71929 (diff) |
Add some Unix-specific files for .gitignore, more to come later
-rw-r--r-- | .gitignore | 29 |
1 files 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 |