diff options
author | Stephen Finucane <stephen@that.guru> | 2018-04-09 22:04:36 +0100 |
---|---|---|
committer | Stephen Finucane <stephen@that.guru> | 2018-04-09 22:04:36 +0100 |
commit | 76b06cdcbbe59e035a37b1a794387bb0d59f06fb (patch) | |
tree | d0747625a1ed54b73be59ca9678486fc2cd81e85 /.gitignore | |
parent | bba30eb62c94ffbec35574827a4718c7ec86a1bd (diff) | |
download | patchwork-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-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -23,7 +23,6 @@ TAGS cscope.* # misc files - *.orig *.rej @@ -31,6 +30,8 @@ cscope.* *~ \#*\# +*.sql + # Unit test / coverage reports htmlcov/ .tox/ |