From a134dd1559c4055e4f73085aa1980867ba7b4326 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 31 Jul 2019 14:45:11 -0700 Subject: broader top-level gitignore --- .gitignore | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/.gitignore b/.gitignore index 15dbcfd..5216de0 100644 --- a/.gitignore +++ b/.gitignore @@ -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 -- cgit v1.2.3