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

Message ID 20191124190229.28829-1-lfleischer@archlinux.org
State New
Headers show
Series .gitignore: add schema/aur-schema-sqlite.sql | expand

Commit Message

Lukas Fleischer Nov. 24, 2019, 7:02 p.m. UTC
The SQLite schema is generated automatically from the main schema and
used in the test suite.

Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

Patch

diff --git a/.gitignore b/.gitignore
index f0e462d..7c9fa60 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@  aur.git/
 __pycache__/
 *.py[cod]
 test/test-results/
+schema/aur-schema-sqlite.sql