Initial commit
This commit is contained in:
commit
91d54c58d5
42 changed files with 2212 additions and 0 deletions
14
.gitignore
vendored
Normal file
14
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
*
|
||||
!/.gitignore
|
||||
|
||||
!/README.md
|
||||
!/CMakeLists.txt
|
||||
!/.clang-format
|
||||
|
||||
!/src/
|
||||
!/src/**/
|
||||
!/src/**/*.cppm
|
||||
|
||||
!/test/
|
||||
!/test/**/
|
||||
!/test/**/*.cpp
|
||||
Loading…
Add table
Add a link
Reference in a new issue