mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-07 05:23:20 +00:00
gitignore html output of nim doc foo (#8742)
This commit is contained in:
committed by
Andreas Rumpf
parent
3a626179ee
commit
e9b665f338
6
.gitignore
vendored
6
.gitignore
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user