From f7f5152be5abd9977301363f80fe596907021c8b Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Sun, 24 Nov 2019 14:00:55 -0500 Subject: .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 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index f0e462de..7c9fa60b 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ aur.git/ __pycache__/ *.py[cod] test/test-results/ +schema/aur-schema-sqlite.sql -- cgit v1.2.3-24-g4f1b