summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorStephen Finucane <stephen@that.guru>2018-01-06 18:14:49 +0000
committerStephen Finucane <stephen@that.guru>2018-01-09 23:59:51 +0000
commit76750e9789ad10d45134c1ab59efa586007be984 (patch)
tree23fa67995753e0daece0edb38a9ac7c43c381ba2 /.gitignore
parentb891f8df77127253ebc81874bf3f30dd84938cdb (diff)
downloadpatchwork-76750e9789ad10d45134c1ab59efa586007be984.tar
patchwork-76750e9789ad10d45134c1ab59efa586007be984.tar.gz
gitignore: Ignore JSON files
These are generated by the 'dumpdata' management command. Signed-off-by: Stephen Finucane <stephen@that.guru>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 31fea23..1d8b073 100644
--- a/.gitignore
+++ b/.gitignore
@@ -39,6 +39,7 @@ htmlcov/
# Django stuff
*.log
+/*.json
# Sphinx stuff
/docs/_build