]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
gitignore: Synchronize with master
authorStephen Finucane <stephen@that.guru>
Wed, 16 May 2018 14:12:14 +0000 (15:12 +0100)
committerStephen Finucane <stephen@that.guru>
Thu, 17 May 2018 09:15:46 +0000 (10:15 +0100)
These files are still present on the older branch.

Signed-off-by: Stephen Finucane <stephen@that.guru>
.gitignore

index 31fea23c771c5c1a0e56969a17d3754d8de2ee57..aa7336db8fa2b5f11e4dd1c723774f35172feb99 100644 (file)
@@ -31,14 +31,18 @@ cscope.*
 *~
 \#*\#
 
+*.sql
+
 # Unit test / coverage reports
 htmlcov/
 .tox/
+.venv/
 .coverage
 .coverage.*
 
 # Django stuff
 *.log
+/*.json
 
 # Sphinx stuff
 /docs/_build
@@ -52,3 +56,6 @@ htmlcov/
 
 # Patchwork configuration files
 patchwork/settings/production.py
+
+# docker-compose configuration files
+/.env