aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore9
-rw-r--r--gitignore21
2 files changed, 3 insertions, 27 deletions
diff --git a/.gitignore b/.gitignore
index 62c5320..699ed45 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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