Skip to content

Commit 5a7e4e7

Browse files
committed
Ignore all executables within test/dub_packages
1 parent d878e4a commit 5a7e4e7

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

test/dub_package/.gitignore

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
1+
# Ignore all binary files (files without an extension)
2+
# Start: Ignore everything
3+
*
4+
# Include directories
5+
!*/
6+
# Include all files with extensions
7+
!*.*
8+
19
.dub
210
docs.json
311
__dummy.html
412
*.o
513
*.obj
6-
/parser

0 commit comments

Comments
 (0)