D-Scanner/.gitignore
WebFreak001 d5d6920502 Add dub.selections.json, upgrade libdparse 0.22.0
Note: currently a warning is emitted when building, because dscanner now
depends on libdparse 0.22.0, but dsymbol doesn't support it officially
yet. We just force it with dub.selections.json to build with 0.22.0 for
executable builds.
2023-02-15 12:10:33 +01:00

36 lines
310 B
Text
Executable file

# Vim swap file
*.swp
# Backup files
*~
# Mono-D files
*.pidb
*.userprefs
# Sublime Text 2
*.sublime-workspace
# Subversion
.svn/
# D Scanner binaries
/bin
# Static analysis reports
dscanner-report.json
# Object files
*.o
*.obj
*.exe
obj
# debug build
dsc
# GDB history
.gdb_history
# Dub stuff
.dub