summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Fleischer <lfleischer@archlinux.org>2019-11-24 20:00:55 +0100
committerLukas Fleischer <lfleischer@archlinux.org>2019-11-24 20:01:28 +0100
commitf7f5152be5abd9977301363f80fe596907021c8b (patch)
tree942ba5023656bc5bbccb9603f94e64fe71878ea9
parentee959c9907f67ca7dc1f294af8d9d3173557604c (diff)
downloadaur-f7f5152be5abd9977301363f80fe596907021c8b.tar.gz
aur-f7f5152be5abd9977301363f80fe596907021c8b.tar.xz
.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>
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
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