update .gitignore

This commit is contained in:
Samuel Lorch 2021-09-08 11:35:57 +02:00
parent c5e8a5f143
commit 78a9b08a6f

7
.gitignore vendored
View file

@ -1,3 +1,10 @@
# Ignore all
*
# Unignore all with extensions
!*.*
# Unignore all dirs
!*/
# Binaries for programs and plugins
*.exe
*.exe~