Add .sql files to the ignore list

This commit is contained in:
Rodolphe Breard 2018-01-27 21:16:37 +01:00
parent d05b9564ba
commit 044ae4b028

1
.gitignore vendored
View file

@ -42,6 +42,7 @@ nosetests.xml
# SQLite databases # SQLite databases
*.sqlite3 *.sqlite3
*.sql
# Shell scripts # Shell scripts
*.sh *.sh