diff options
author | Bryan Newbold <bnewbold@archive.org> | 2019-07-31 14:45:11 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2019-07-31 14:45:11 -0700 |
commit | a134dd1559c4055e4f73085aa1980867ba7b4326 (patch) | |
tree | c67ef37e63221d3a90f97ad49e6d9830bb7a3245 /.gitignore | |
parent | 9db2afd3c99369eeccd231402adab5e448b07605 (diff) | |
download | chocula-a134dd1559c4055e4f73085aa1980867ba7b4326.tar.gz chocula-a134dd1559c4055e4f73085aa1980867ba7b4326.zip |
broader top-level gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 25 |
1 files changed, 25 insertions, 0 deletions
@@ -1,2 +1,27 @@ +old/ +*.sqlite +*.html *.json *.json.gz + +*.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 |