diff options
author | bnewbold <bnewbold@robocracy.org> | 2016-05-06 13:56:17 -0400 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2016-05-06 13:56:17 -0400 |
commit | ec1e1ec92d870ae3a57b06b3b214d304d729532b (patch) | |
tree | 79d1b951b51eed150885b47e0aaa6da5b7c4da49 /.gitignore | |
download | exuberant-hacks-ec1e1ec92d870ae3a57b06b3b214d304d729532b.tar.gz exuberant-hacks-ec1e1ec92d870ae3a57b06b3b214d304d729532b.zip |
init repo with gitignore
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 |