diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2018-03-20 20:55:22 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2018-03-20 20:55:22 -0700 |
commit | 2a1223c721c32b39670809a5eeb361fdc53d2d27 (patch) | |
tree | 56cc2aca962bf8c6c3e5da1ef71db5e8fa9e92b4 | |
parent | 95e5a078f2cec66631e9b97e0c31b1e4daab3cff (diff) | |
download | fatcat-2a1223c721c32b39670809a5eeb361fdc53d2d27.tar.gz fatcat-2a1223c721c32b39670809a5eeb361fdc53d2d27.zip |
gitignore
-rw-r--r-- | .gitignore | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..81a47621 --- /dev/null +++ b/.gitignore @@ -0,0 +1,21 @@ +*.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 |