projects
/
convexer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
05e7fa4
)
gitignore
author
hgn
<hgodden00@gmail.com>
Thu, 28 Apr 2022 16:56:39 +0000
(17:56 +0100)
committer
hgn
<hgodden00@gmail.com>
Thu, 28 Apr 2022 16:56:39 +0000
(17:56 +0100)
.gitignore
[new file with mode: 0644]
patch
|
blob
diff --git a/.gitignore
b/.gitignore
new file mode 100644
(file)
index 0000000..
9c351f9
--- /dev/null
+++ b/
.gitignore
@@ -0,0
+1,13
@@
+*
+
+!*/
+*CMakeFiles/
+*__pycache__/
+
+!*.gitignore
+!*CMakeLists.txt
+
+!*.c
+!*.h
+!*.cpp
+!*.py