.gitignore's

Now, after the demos are run, outputs will be filtered from `git status`.
This commit is contained in:
Jerome Carretero 2012-06-02 19:59:08 -04:00
parent 6b05e61567
commit a2f8ddaaa4
4 changed files with 9 additions and 0 deletions

6
.gitignore vendored
View File

@ -1,2 +1,8 @@
*.pyc
*~
.lock-w*
.wafpickle-*
demos/*/build*
demos/out.txt
playground/*/build*
waf

1
demos/intltool/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
po/.intlcache

1
playground/codegen/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
generated

View File

@ -1,3 +1,4 @@
*.o
.lock-w*
.conf_check_*
config.log