From 76b06cdcbbe59e035a37b1a794387bb0d59f06fb Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Mon, 9 Apr 2018 22:04:36 +0100 Subject: [PATCH] gitignore: Ignore sql files These are useful as backups. Signed-off-by: Stephen Finucane --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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/ -- 2.47.3