diff options
author | dom96 <dominikpicheta@googlemail.com> | 2010-10-23 22:35:33 +0100 |
---|---|---|
committer | dom96 <dominikpicheta@googlemail.com> | 2010-10-23 22:35:33 +0100 |
commit | 18a8590a877ef9d5402a9ba1d19fea7641ea93c5 (patch) | |
tree | 33de6c9af8b7c3bc4da4233c86e25d6751dc42ca | |
parent | d68782cd38142be328e4df41e782654cebafc8b7 (diff) | |
download | Nim-18a8590a877ef9d5402a9ba1d19fea7641ea93c5.tar.gz |
Added a .gitignore file
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..bdbe1a87b --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +*.o +nimcache |