diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..62c5320 --- /dev/null +++ b/.gitignore @@ -0,0 +1,27 @@ +*.sqlite +*.sqlite3 +*,cover +htmlcov/ +golang/fatcatd + +*.o +*.a +*.pyc +#*# +*~ +*.swp +.* +*.tmp +*.old +*.profile +*.bkp +*.bak +[Tt]humbs.db +*.DS_Store +*.log + +!.gitlab-ci.yml +!.travis.yml + +# Don't ignore this file itself +!.gitignore |