diff options
-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 |