aboutsummaryrefslogtreecommitdiff
path: root/native/src/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to 'native/src/.gitignore')
-rw-r--r--native/src/.gitignore12
1 files changed, 12 insertions, 0 deletions
diff --git a/native/src/.gitignore b/native/src/.gitignore
new file mode 100644
index 0000000..1785c46
--- /dev/null
+++ b/native/src/.gitignore
@@ -0,0 +1,12 @@
+# CMake
+/CMakeFiles/
+/CMakeCache.txt
+/cmake_install.cmake
+/Makefile
+
+# Binary files
+*.o
+*.so*
+*.dylib
+*.a
+*~ \ No newline at end of file