Create .gitignore

This commit is contained in:
s441433 2018-12-28 22:10:58 +01:00
parent b7fec2f897
commit 03fd847ea1

View File

@ -0,0 +1,14 @@
*.db
*.exe
*.dll
*.o
# VSCode
.vscode
# Exclude from upgrade
upgrade/*.c
upgrade/*.h
# Exclude upgrade binary
upgrade/upgrade