diff options
author | Lukas Fleischer <lfleischer@archlinux.org> | 2019-11-24 20:00:55 +0100 |
---|---|---|
committer | Lukas Fleischer <lfleischer@archlinux.org> | 2019-11-24 20:01:28 +0100 |
commit | f7f5152be5abd9977301363f80fe596907021c8b (patch) | |
tree | 942ba5023656bc5bbccb9603f94e64fe71878ea9 /.gitignore | |
parent | ee959c9907f67ca7dc1f294af8d9d3173557604c (diff) | |
download | aur-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>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -7,3 +7,4 @@ aur.git/ __pycache__/ *.py[cod] test/test-results/ +schema/aur-schema-sqlite.sql |