diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2007-09-06 17:12:37 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2007-09-06 17:12:37 +0200 |
commit | 8e338c6327e051e388d71180094311225b96b9d7 (patch) | |
tree | 9b50c90d9c73b0be25dcf7b486190e0b1689d2f5 | |
parent | d13f3b12653ec2291e042dbc91287f21fabd5c24 (diff) | |
download | weechat-8e338c6327e051e388d71180094311225b96b9d7.zip |
Added .gitignore file
-rw-r--r-- | .gitignore | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..87589267d --- /dev/null +++ b/.gitignore @@ -0,0 +1,48 @@ +# ignored files for Git + +*.a +*.css +*.gmo +*.html +*.la +*.lai +*.lo +*.m4 +*.o +*.pdf +*.Plo +*.Po +*.so +*.so.0 +*.so.0.0.0 +*.xsl + +autom4te* +build/* +config.guess +config.h* +config.log +config.rpath +config.status +config.sub +configure +date.xml +depcomp +insert-header.sin +install-sh +intl/* +libtool +ltmain.sh +Makefile +Makefile.in* +Makevars.template +missing +po/*quot* +POTFILES +Rules-quot + +*stamp +stamp* + +src/gui/curses/weechat-curses +src/gui/gtk/weechat-gtk |