initial commit
This commit is contained in:
commit
efcd3e1892
106 changed files with 27000 additions and 0 deletions
20
.gitignore
vendored
Normal file
20
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
Makefile
|
||||
CMakeCache.txt
|
||||
*.o
|
||||
*.a
|
||||
cmake_install.cmake
|
||||
*~
|
||||
CMakeFiles
|
||||
*.cfg
|
||||
*.cmake
|
||||
/build/
|
||||
*.pyc
|
||||
compile_commands.json
|
||||
.vimrc
|
||||
.clang_complete
|
||||
/.idea
|
||||
*.vs
|
||||
[._]*.s[a-w][a-z]
|
||||
[._]s[a-w][a-z]
|
||||
*.cppr
|
||||
*.hr
|
||||
Loading…
Add table
Add a link
Reference in a new issue