gitignore html output of nim doc foo (#8742)

This commit is contained in:
Timothee Cour
2018-08-25 12:49:18 -07:00
committed by Andreas Rumpf
parent 3a626179ee
commit e9b665f338

6
.gitignore vendored
View File

@@ -48,7 +48,10 @@ xcuserdata/
/compiler/nimrod.dot
/reject.json
/run.json
/testresults.html
# for `nim doc foo.nim`
/*.html
#/testresults.html #covered by /*.html
/testresults.json
testament.db
/csources
@@ -62,3 +65,4 @@ dist/
testresults/
test.txt
/test.ini