Tweak .gitignore so database settings.sh is tracked

Signed-off-by: Rick Altherr <kc8apf@kc8apf.net>
This commit is contained in:
Rick Altherr 2018-02-05 17:51:20 -08:00
parent 02161de03c
commit d1ea210dba
1 changed files with 3 additions and 1 deletions

4
.gitignore vendored
View File

@ -1,3 +1,5 @@
/build/
.Xil
database/*
# Ignore database directories _except_ for their settings
database/*/*
!database/*/settings.sh