Don't track binary files

This commit is contained in:
Kevin
2017-09-17 13:14:55 -04:00
parent b7f398d8d0
commit f749a22300

11
.gitignore vendored
View File

@@ -1,3 +1,14 @@
#Ignore all
*
# Unignore all with extensions
!*.*
# Unignore all dirs
!*/
### Above combination ignores all files without extension
# Binaries for programs and plugins # Binaries for programs and plugins
*.exe *.exe
*.dll *.dll