Add exception .gitignore for builds

This commit is contained in:
Jordan ERNST 2019-02-20 15:04:06 +01:00
parent ad748edc81
commit 56ea8c83bc

3
.gitignore vendored
View File

@ -6,3 +6,6 @@ IFPass.conf
Templates/IFPass_PDF_Template.pdf
Templates/IFPass_PNG_Template.png
build
# Except builds:
!build/x86/*x86.exe
!build/x64/*x64.exe