diff options
author | bnewbold <bnewbold@robocracy.org> | 2017-05-26 01:58:33 -0700 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2017-05-26 01:58:33 -0700 |
commit | 0294cfc029ca3402c1070165a6c585fc56b3f199 (patch) | |
tree | c5dea65a2787b579150014767bbb54a0b7ec7499 /.gitignore | |
parent | e41e8ab92d038a99c97439e489071211da3329cb (diff) | |
download | bad-hashish-0294cfc029ca3402c1070165a6c585fc56b3f199.tar.gz bad-hashish-0294cfc029ca3402c1070165a6c585fc56b3f199.zip |
WIP
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2fa04f6 --- /dev/null +++ b/.gitignore @@ -0,0 +1,22 @@ +*.o +*.a +*.pyc +#*# +*~ +*.swp +.* +*.tmp +*.old +*.profile +*.bkp +*.bak +[Tt]humbs.db +*.DS_Store +build/ +_build/ +src/build/ +*.log +target + +# Don't ignore this file itself +!.gitignore |