Ignore all executables within test/dub_packages

This commit is contained in:
Sebastian Wilzbach 2017-12-14 02:01:15 +01:00
parent 84752b69be
commit 2f0b835f3f

View file

@ -1,6 +1,13 @@
# Ignore all binary files (files without an extension)
# Start: Ignore everything
*
# Include directories
!*/
# Include all files with extensions
!*.*
.dub
docs.json
__dummy.html
*.o
*.obj
/parser