aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothee Cour <timothee.cour2@gmail.com>2018-11-24 18:05:40 -0500
committerTimothee Cour <timothee.cour2@gmail.com>2018-11-24 18:05:40 -0500
commit88692bce071b4feb46f4ef4c26b4b0010579281b (patch)
tree1fe781deb8e0500c93d13cf9246d6453fbbe5c1c
parentb9b5174759b6dd1f94404b2f63637d406aec4983 (diff)
downloadnimterop-88692bce071b4feb46f4ef4c26b4b0010579281b.tar.gz
nimterop-88692bce071b4feb46f4ef4c26b4b0010579281b.zip
fix gitignore
-rw-r--r--.gitignore4
-rw-r--r--tests/.gitignore5
2 files changed, 8 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 04d0b79..2048a22 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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/
+