diff options
author | bnewbold <bnewbold@robocracy.org> | 2016-01-25 12:06:57 -0800 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2016-01-25 12:06:57 -0800 |
commit | 7dfb8200b518f25b8615400759d9718818aff83b (patch) | |
tree | 60d33b0d82305068aa072390b1d8c0dde03fdc27 /.gitignore | |
parent | 0f7387f40b2b2daeb2fcd4b870d92334657b09a8 (diff) | |
download | basebasebase-7dfb8200b518f25b8615400759d9718818aff83b.tar.gz basebasebase-7dfb8200b518f25b8615400759d9718818aff83b.zip |
update gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -6,4 +6,17 @@ .* *.tmp *.old +*.profile +*.bkp +*.bak +[Tt]humbs.db +*.DS_Store +build/ +_build/ +src/build/ +*.log coverage_html_report +unused + +# Don't ignore this file itself +!.gitignore |