Add .gitignore settings
1 parent 89252c8 commit f3b3aaebc7fb9dd1198af5de86db608fb8ac290f
@SHOO SHOO authored on 31 Aug 2022
Showing 1 changed file
View
47
.gitignore
*.o
*.obj
*.pdb
*~
 
.dub
.directory
# Unknown hidden files
.*
!.gitignore
!/.github
!/.editorconfig
!/.codecov.yml
 
# Unknown script files
/*.sh
/*.bat
/*.cmd
!/build.cmd
!/build.sh
 
# dub generation files
dub.selections.json
 
docs.json
__dummy.html
 
# Ignore build files.
/bin/dub.*
 
# Ignore files or directories created by the test suite.
*.exe
*.lib
*.log
/test/*/*
/test/*.*
!/test/*.d
!/test/*.d.min_frontend
!/test/*.sh
!/test/*.sh.min_frontend
!/test/*/.no_*
!/test/*/.min_frontend
!/test/*/.fail_build
!/test/*/dub.json
!/test/*/dub.sdl
!/test/*/dub.settings.json
!/test/*/source/
!/test/*/src/
 
# Ignore coverage files
cov/