Compare commits
47 Commits
rebase-wo-
...
e1f4dbdd52
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e1f4dbdd52 | ||
|
|
107d44b7e9 | ||
|
|
f498cf1a37 | ||
|
|
3897ac72da | ||
|
|
e89f929f6c | ||
|
|
69019312c9 | ||
|
|
2d09cfc41d | ||
|
|
446cf41a2a | ||
|
|
ec4bff91db | ||
|
|
fe2b4ec024 | ||
|
|
8d781ad240 | ||
|
|
67ea2d3900 | ||
|
|
5b26e62f55 | ||
|
|
6c1e2026d6 | ||
|
|
908334af0b | ||
|
|
e27a95c4db | ||
|
|
9799794213 | ||
|
|
bf177d1fe7 | ||
|
|
17a73287c2 | ||
|
|
1e25cf1096 | ||
|
|
23d8ee4844 | ||
|
|
643022388d | ||
|
|
b5e59aa52f | ||
|
|
baf03e2a47 | ||
|
|
ba18321e11 | ||
|
|
f569816788 | ||
|
|
716fe0358c | ||
|
|
ee3a69e5df | ||
|
|
9f9c7a5dbf | ||
|
|
f31fbea817 | ||
|
|
f3a62d560b | ||
|
|
989404de83 | ||
|
|
b58aca4432 | ||
|
|
505c25aa9b | ||
|
|
fffdca0504 | ||
|
|
b0f413037a | ||
|
|
724822b3ab | ||
|
|
155e245b61 | ||
|
|
ff2e50a38a | ||
|
|
bd2fa5759b | ||
|
|
6fb724698f | ||
|
|
5a3d13e7ad | ||
|
|
576da85302 | ||
|
|
433b3c4219 | ||
|
|
e864d27fbf | ||
|
|
89db118821 | ||
|
|
d96dcfad09 |
2
.dockerignore
Normal file
2
.dockerignore
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
/_build
|
||||||
|
/build
|
||||||
7
.gitignore
vendored
7
.gitignore
vendored
@@ -10,7 +10,6 @@ test/Makefile.in
|
|||||||
/compile
|
/compile
|
||||||
config.guess
|
config.guess
|
||||||
config.sub
|
config.sub
|
||||||
config.h.in
|
|
||||||
configure
|
configure
|
||||||
/depcomp
|
/depcomp
|
||||||
/install-sh
|
/install-sh
|
||||||
@@ -72,3 +71,9 @@ test/test-frames/*.xml.new
|
|||||||
test/error-frames/*.xml.new
|
test/error-frames/*.xml.new
|
||||||
test/unsupported-frames/*.xml.new
|
test/unsupported-frames/*.xml.new
|
||||||
|
|
||||||
|
/build/
|
||||||
|
_build/
|
||||||
|
|
||||||
|
# IDE
|
||||||
|
/.vscode/
|
||||||
|
CMakeLists.txt.user
|
||||||
Reference in New Issue
Block a user