From 7595ebd767ba66f17a267f51ba01eac45d70b44a Mon Sep 17 00:00:00 2001 From: Nigel Smart Date: Tue, 17 Dec 2019 08:33:47 +0100 Subject: [PATCH] = --- .gitignore | 96 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 96 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..b261bda5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,96 @@ +# Offline data, runtime logs # +############################## +logs/* + +# Ignore files without extension +* +!*/ +!*.* + +# Personal CONFIG file # +############################## +CONFIG.mine +config_mine.py + +# Temporary files # +################### +*.bak +*.orig +*.rej +*.tmp +callgrind.out.* + +# Vim +.*.swp +tags + +# Eclipse # +########### +.project +.cproject +.settings + +# VS Code IDE # +############### +.vscode/** + +# Temporary files # +################### +*.bak +*.orig +*.rej +*.tmp +callgrind.out.* + +# Compiled source # +################### +Programs/*/*.sch +Programs/*/*.bc +*.com +*.class +*.dll +*.exe +*.x +*.o +*.so +*.pyc +*.bc +*.sch +*.a +*.static +*.d + +# Packages # +############ +# it's better to unpack these files and commit the raw source +# git has its own built in compression methods +*.7z +*.dmg +*.gz +*.iso +*.jar +*.rar +*.tar +*.zip + +# Latex # +######### +*.aux +*.lof +*.log +*.lot +*.fls +*.out +*.toc +*.fmt +*.bbl +*.bcf +*.blg + + +# Logs and databases # +###################### +*.log +*.sql +*.sqlite +*.data