[PATCH stable/2.0 1/2] gitignore: Synchronize with master

Stephen Finucane stephen at that.guru
Thu May 17 00:13:58 AEST 2018


These files are still present on the older branch.

Signed-off-by: Stephen Finucane <stephen at that.guru>
---
 .gitignore | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/.gitignore b/.gitignore
index 31fea23c..aa7336db 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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
-- 
2.17.0



More information about the Patchwork mailing list