From 03d8ee4b0e08c2209518e296de7f9a49183a4a47 Mon Sep 17 00:00:00 2001 From: Jon Bergli Heier Date: Sat, 12 Dec 2009 21:31:27 +0100 Subject: Replaced Makefile with SConstruct. ircstats now builds by running scons instead of make. Build with DEBUG set to compile with -g. Also added scons-related stuff to .gitignore. --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 7d0e7dc..de23a70 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,8 @@ *.swp *.o +*.xml /ircstats /irclogs +.sconf_temp +.sconsign.dblite +config.log -- cgit v1.2.3