mirror of
https://github.com/nim-lang/Nim.git
synced 2026-06-05 03:14:08 +00:00
Ignore nimble test packages some generated files. (#11087)
This commit is contained in:
committed by
Andreas Rumpf
parent
e64dde734b
commit
809a4a77a5
4
.gitignore
vendored
4
.gitignore
vendored
@@ -52,6 +52,8 @@ xcuserdata/
|
||||
/compiler/nim.dot
|
||||
/reject.json
|
||||
/run.json
|
||||
*.json
|
||||
/pkgstemp/**/*
|
||||
# for `nim doc foo.nim`
|
||||
/*.html
|
||||
lib/**/*.html
|
||||
@@ -59,6 +61,8 @@ lib/**/*.html
|
||||
|
||||
/testresults.json
|
||||
testament.db
|
||||
/tests/**/*.json
|
||||
/tests/**/*.js
|
||||
/csources
|
||||
dist/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user