diff options
-rw-r--r-- | .gitignore | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3c8fe32 --- /dev/null +++ b/.gitignore @@ -0,0 +1,21 @@ +# Compiled source +*.pyc +*.o +*.so +*.os +*_wrap.c + +# OS generated files +.DS_Store? +Icon? +Thumbs.db + +# Editor/IDE files +.settings +*.swp + +# Scons files +*.sconsign.dblite +*config.log +*.sconf* + |