mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 05:00:16 +03:00
13 lines
190 B
Text
13 lines
190 B
Text
# 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
|