diff options
author | reactormonk <hafnersimon@gmail.com> | 2015-01-06 09:19:27 +0500 |
---|---|---|
committer | reactormonk <hafnersimon@gmail.com> | 2015-01-06 09:19:27 +0500 |
commit | 08669cc2bd38080d212b880dac6d63ecc4254be9 (patch) | |
tree | 45b8c92224426f46329507b4d94fe26c88af2248 | |
parent | 2a7b9c64a38984e888eeb42e04680c466b5d4d6e (diff) | |
parent | 8818b15d8d1388e0d739eb23db1cfa0cb4f1ba51 (diff) | |
download | Nim-08669cc2bd38080d212b880dac6d63ecc4254be9.tar.gz |
Merge pull request #1882 from flaviut/add-gitignore-csources
Add csources to gitignore
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 462df4efc..d804fb8f5 100644 --- a/.gitignore +++ b/.gitignore @@ -41,3 +41,4 @@ xcuserdata/ /testresults.html /testresults.json testament.db +/csources/ |