From 8e338c6327e051e388d71180094311225b96b9d7 Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Thu, 6 Sep 2007 17:12:37 +0200 Subject: Added .gitignore file --- .gitignore | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') 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 -- cgit v1.2.3