summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore19
1 files changed, 10 insertions, 9 deletions
diff --git a/.gitignore b/.gitignore
index 5a2072a..b95946c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,11 +1,12 @@
-LeapSDK
-matleap.mexa64
-.vs/
+# sdk
+LeapSDK/
LeapSDKv4/
-MatLeapC.sln
-MatLeapC.vcxproj
-MatLeapC.vcxproj.filters
-MatLeapC.vcxproj.user
-x64/
+# binary
+matleap.mexa64
*.mexw64
-LeapC.dll
+# other out
+x64/
+cmake-*/
+# ide
+.vs/
+.idea/