diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index b967707d8..cf0bcfbd6 100644 --- a/.gitignore +++ b/.gitignore @@ -92,7 +92,8 @@ megatest.nim # ignore debug dirs generated by dsymutil on OSX *.dSYM -nimdoc.out.css - # for `nim c -r nimdoc/tester` etc; this can be in multiple places htmldocs + +## these are not needed anymore unless checkout old older versions +nimdoc.out.css |