gitignore
[convexer.git] / .gitignore
diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..9c351f9
--- /dev/null
@@ -0,0 +1,13 @@
+*
+
+!*/
+*CMakeFiles/
+*__pycache__/
+
+!*.gitignore
+!*CMakeLists.txt
+
+!*.c
+!*.h
+!*.cpp
+!*.py