diff options
| author | Ganesh Viswanathan <dev@genotrance.com> | 2018-11-25 12:27:49 -0600 |
|---|---|---|
| committer | Ganesh Viswanathan <dev@genotrance.com> | 2018-11-25 12:27:49 -0600 |
| commit | 14b75cea31bb923801dd7857699abb3d2a30c9d6 (patch) | |
| tree | ef56fa94aa82d95bef791bfb14f90bdfb1a86a4b | |
| parent | 50eba9a485691f984947af70ff3b94556825a7ee (diff) | |
| parent | 2b7e60807c8a00df1bc8c097c4dc6fb36289965a (diff) | |
| download | nimterop-14b75cea31bb923801dd7857699abb3d2a30c9d6.tar.gz nimterop-14b75cea31bb923801dd7857699abb3d2a30c9d6.zip | |
Merge branch 'master' of https://github.com/genotrance/nimterop
| -rw-r--r-- | .gitignore | 4 | ||||
| -rw-r--r-- | tests/.gitignore | 5 |
2 files changed, 8 insertions, 1 deletions
@@ -1,5 +1,7 @@ nimcache + +.DS_Store + *.exe *.swp -test* toast diff --git a/tests/.gitignore b/tests/.gitignore new file mode 100644 index 0000000..7df3c8d --- /dev/null +++ b/tests/.gitignore @@ -0,0 +1,5 @@ +/* +!*.nim +!.gitignore +!/include/ + |
