mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-19 22:10:33 +00:00
Ignore dochack.js (#11409)
Add to `.gitignore` rule for `/tools/dochack/dochack.js`. After building locally Nim and running `koch docs`, the `dochack.js` file was showing up in Git working tree as a new untracked file. Closes #11374.
This commit is contained in:
committed by
Andreas Rumpf
parent
8cc9753285
commit
5a4122dc98
1
.gitignore
vendored
1
.gitignore
vendored
@@ -52,6 +52,7 @@ xcuserdata/
|
||||
/compiler/nim.dot
|
||||
/reject.json
|
||||
/run.json
|
||||
/tools/dochack/dochack.js
|
||||
*.json
|
||||
/pkgstemp/**/*
|
||||
# for `nim doc foo.nim`
|
||||
|
||||
Reference in New Issue
Block a user