diff options
| author | genotrance <dev@genotrance.com> | 2018-11-24 17:08:24 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-11-24 17:08:24 -0600 |
| commit | 2b7e60807c8a00df1bc8c097c4dc6fb36289965a (patch) | |
| tree | 1fe781deb8e0500c93d13cf9246d6453fbbe5c1c /tests | |
| parent | b9b5174759b6dd1f94404b2f63637d406aec4983 (diff) | |
| parent | 88692bce071b4feb46f4ef4c26b4b0010579281b (diff) | |
| download | nimterop-2b7e60807c8a00df1bc8c097c4dc6fb36289965a.tar.gz nimterop-2b7e60807c8a00df1bc8c097c4dc6fb36289965a.zip | |
Merge pull request #13 from timotheecour/fix_gitignore
fix gitignore
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/.gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
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/ + |
