diff options
author | Grzegorz Adam Hankiewicz <gradha@imap.cc> | 2012-11-28 23:01:22 +0100 |
---|---|---|
committer | Grzegorz Adam Hankiewicz <gradha@imap.cc> | 2012-12-17 23:47:37 +0100 |
commit | da944e331fd7b02cc380dd2112a4d3559ce4104b (patch) | |
tree | 59b625aec4692cd563580558e5e98671f68663b5 | |
parent | 31970a5b636f9968036f232b5c299a63db1a157e (diff) | |
download | Nim-da944e331fd7b02cc380dd2112a4d3559ce4104b.tar.gz |
Adds tools/nimweb to .gitignore.
-rwxr-xr-x | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 7f6d35f71..81bfbad89 100755 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,7 @@ nimcache lib/nimcache tools/nimcache +tools/nimweb tests/nimcache tests/accept/run/nimcache tests/accept/compile/nimcache |