gitignored
This commit is contained in:
parent
11454b1346
commit
0ef500d9ef
11 changed files with 347 additions and 1 deletions
23
cpp/.gitignore
vendored
Normal file
23
cpp/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
# Билд-артефакты
|
||||
build/
|
||||
**/*build*/
|
||||
*.sln
|
||||
*.vcxproj*
|
||||
*.cmake
|
||||
CMakeCache.txt
|
||||
CMakeFiles/
|
||||
Makefile
|
||||
|
||||
.cache/
|
||||
|
||||
# Бинарники
|
||||
*.out
|
||||
*.exe
|
||||
*.a
|
||||
*.so
|
||||
*.dll
|
||||
|
||||
# Отладка
|
||||
*.ilk
|
||||
*.pdb
|
||||
*.dSYM/
|
||||
Loading…
Add table
Add a link
Reference in a new issue