diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -13,10 +13,10 @@ Makefile rebar.config # scons building -.sconf_temp/ -.sconsign.dblite -build/ -config.log +couchjs/.sconf_temp/ +couchjs/.sconsign.dblite +couchjs/build/ +couchjs/config.log *.pyc # testing |