.gitignore: add schema/aur-schema-sqlite.sql

The SQLite schema is generated automatically from the main schema and
used in the test suite.

Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
This commit is contained in:
Lukas Fleischer 2019-11-24 14:00:55 -05:00
parent ee959c9907
commit f7f5152be5

1
.gitignore vendored
View file

@ -7,3 +7,4 @@ aur.git/
__pycache__/ __pycache__/
*.py[cod] *.py[cod]
test/test-results/ test/test-results/
schema/aur-schema-sqlite.sql