diff options
author | Jon Bergli Heier <snakebite@jvnv.net> | 2009-12-12 21:31:27 +0100 |
---|---|---|
committer | Jon Bergli Heier <snakebite@jvnv.net> | 2009-12-12 21:31:27 +0100 |
commit | 03d8ee4b0e08c2209518e296de7f9a49183a4a47 (patch) | |
tree | 59f1b180df722e53b1f0bcda7c7822d8f8d63dd5 /.gitignore | |
parent | 95f4c7cb4a9f0a30ab9d78852725a45688a97512 (diff) |
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.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,4 +1,8 @@ *.swp *.o +*.xml /ircstats /irclogs +.sconf_temp +.sconsign.dblite +config.log |