summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorStephen Finucane <stephen@that.guru>2018-04-09 22:04:36 +0100
committerStephen Finucane <stephen@that.guru>2018-04-09 22:04:36 +0100
commit76b06cdcbbe59e035a37b1a794387bb0d59f06fb (patch)
treed0747625a1ed54b73be59ca9678486fc2cd81e85 /.gitignore
parentbba30eb62c94ffbec35574827a4718c7ec86a1bd (diff)
downloadpatchwork-76b06cdcbbe59e035a37b1a794387bb0d59f06fb.tar
patchwork-76b06cdcbbe59e035a37b1a794387bb0d59f06fb.tar.gz
gitignore: Ignore sql files
These are useful as backups. Signed-off-by: Stephen Finucane <stephen@that.guru>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 2f8e2c2..d88ba74 100644
--- a/.gitignore
+++ b/.gitignore
@@ -23,7 +23,6 @@ TAGS
cscope.*
# misc files
-
*.orig
*.rej
@@ -31,6 +30,8 @@ cscope.*
*~
\#*\#
+*.sql
+
# Unit test / coverage reports
htmlcov/
.tox/