first commit
This commit is contained in:
20
.gitignore
vendored
Normal file
20
.gitignore
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
*~
|
||||
.*.sw?
|
||||
|
||||
.cache/
|
||||
.vscode/
|
||||
build/
|
||||
CMakeCache.txt
|
||||
cmake_install.cmake
|
||||
CMakeFiles/
|
||||
Debug/
|
||||
|
||||
*.vcxproj*
|
||||
*.sln
|
||||
*.suo
|
||||
*.*sdf
|
||||
ipch/
|
||||
install_manifest.txt
|
||||
.ycm_extra_conf.py*
|
||||
compile_commands.json
|
||||
*.orig
|
||||
Reference in New Issue
Block a user