mirror of
https://github.com/dlang-community/D-Scanner.git
synced 2025-04-25 12:50:03 +03:00

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.
36 lines
310 B
Text
Executable file
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
|