diff options
-rw-r--r-- | .gitignore | 9 | ||||
-rw-r--r-- | gitignore | 21 |
2 files changed, 3 insertions, 27 deletions
@@ -1,9 +1,3 @@ -*.sqlite -*.sqlite3 -*,cover -htmlcov/ -golang/fatcatd - *.o *.a *.pyc @@ -18,6 +12,9 @@ golang/fatcatd *.bak [Tt]humbs.db *.DS_Store +build/ +_build/ +src/build/ *.log !.gitlab-ci.yml diff --git a/gitignore b/gitignore deleted file mode 100644 index 81a4762..0000000 --- a/gitignore +++ /dev/null @@ -1,21 +0,0 @@ -*.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 |