gitignore
authorhgn <hgodden00@gmail.com>
Thu, 28 Apr 2022 16:56:39 +0000 (17:56 +0100)
committerhgn <hgodden00@gmail.com>
Thu, 28 Apr 2022 16:56:39 +0000 (17:56 +0100)
.gitignore [new file with mode: 0644]

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