]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
gitignore: Ignore sql files
authorStephen Finucane <stephen@that.guru>
Mon, 9 Apr 2018 21:04:36 +0000 (22:04 +0100)
committerStephen Finucane <stephen@that.guru>
Mon, 9 Apr 2018 21:04:36 +0000 (22:04 +0100)
These are useful as backups.

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

index 2f8e2c2eb420b7fb571d74a11c3172759c2452a2..d88ba7489d178410a2028ccf367d4379d0ecf5b6 100644 (file)
@@ -23,7 +23,6 @@ TAGS
 cscope.*
 
 # misc files
-
 *.orig
 *.rej
 
@@ -31,6 +30,8 @@ cscope.*
 *~
 \#*\#
 
+*.sql
+
 # Unit test / coverage reports
 htmlcov/
 .tox/