diff options
author | bnewbold <bnewbold@robocracy.org> | 2017-07-14 22:34:03 -0700 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2017-07-14 22:34:03 -0700 |
commit | 0d8fcb008d487b71aeaba7d8c25f254eb00a5052 (patch) | |
tree | b8943c34f918e748859d4b5c6e382a2ddbefb2af /.gitignore | |
download | divergence-0d8fcb008d487b71aeaba7d8c25f254eb00a5052.tar.gz divergence-0d8fcb008d487b71aeaba7d8c25f254eb00a5052.zip |
start with everything but code
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..81a4762 --- /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 |