From: Stephen Finucane Date: Mon, 9 Apr 2018 21:04:36 +0000 (+0100) Subject: gitignore: Ignore sql files X-Git-Tag: v2.1.0-rc1~30 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=76b06cdcbbe59e035a37b1a794387bb0d59f06fb;p=thirdparty%2Fpatchwork.git gitignore: Ignore sql files These are useful as backups. Signed-off-by: Stephen Finucane --- diff --git a/.gitignore b/.gitignore index 2f8e2c2e..d88ba748 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/