diff options
author | Neelesh Chandola <neelesh.chandola@outlook.com> | 2018-10-30 11:01:17 +0530 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2018-10-30 06:31:17 +0100 |
commit | e377c55c10d4faea8f8d1ccd8b826bfeb7fe46db (patch) | |
tree | aeebbb12c047ec3178bec01b58d9b5a3c9cee609 /compiler | |
parent | 5ddeead29cfb277c6ff094ce5b3e6186977db8d3 (diff) | |
download | Nim-e377c55c10d4faea8f8d1ccd8b826bfeb7fe46db.tar.gz |
Cleanup installer.ini (#9558)
Diffstat (limited to 'compiler')
-rw-r--r-- | compiler/installer.ini | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/compiler/installer.ini b/compiler/installer.ini index 8114b0d57..63790d90f 100644 --- a/compiler/installer.ini +++ b/compiler/installer.ini @@ -50,10 +50,7 @@ Start: "doc/html/overview.html" [Other] Files: "copying.txt" -Files: "makefile" Files: "koch.nim" -Files: "install_nimble.nims" -Files: "install_tools.nims" Files: "icons/nim.ico" Files: "icons/nim.rc" @@ -72,14 +69,6 @@ Files: "nimpretty" Files: "testament" Files: "nimsuggest" Files: "nimsuggest/tests/*.nim" -Files: "web/website.ini" -Files: "web/ticker.html" -Files: "web/*.nim" -Files: "web/*.rst" -Files: "web/*.csv" -Files: "web/news/*.rst" -Files: "bin/nimblepkg/*.nim" -Files: "bin/nimblepkg/*.cfg" [Lib] Files: "lib" @@ -87,13 +76,11 @@ Files: "lib" [Other] Files: "examples" Files: "dist/nimble" -Files: "dist/nimsuggest" Files: "tests" [Windows] Files: "bin/nim.exe" -Files: "bin/c2nim.exe" Files: "bin/nimgrep.exe" Files: "bin/nimsuggest.exe" Files: "bin/nimble.exe" |