[PATCH] .gitignore: add schema/aur-schema-sqlite.sql

Lukas Fleischer lfleischer at archlinux.org
Sun Nov 24 19:02:29 UTC 2019


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

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

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
-- 
2.24.0


More information about the aur-dev mailing list