diff options
author | bnewbold <bnewbold@robocracy.org> | 2016-02-14 20:02:36 -0800 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2016-02-14 20:02:36 -0800 |
commit | 1135c435fb5b89c08ccabbc9ee2467fd7e8b2587 (patch) | |
tree | 37ce9d10a3815fd2eaf5848589341963c66ee107 /.gitignore | |
parent | 4112f0b665118179f6a0fea9d55709f9e663296e (diff) | |
download | spectrum-1135c435fb5b89c08ccabbc9ee2467fd7e8b2587.tar.gz spectrum-1135c435fb5b89c08ccabbc9ee2467fd7e8b2587.zip |
add a gitignore file
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..893ac99 --- /dev/null +++ b/.gitignore @@ -0,0 +1,20 @@ +*.o +*.a +*.pyc +*~ +*.swp +.* +*.tmp +*.old +*.profile +*.bkp +*.bak +[Tt]humbs.db +*.DS_Store +build/ +_build/ +src/build/ +*.log + +# Don't ignore this file itself +!.gitignore |