Initial commit
This commit is contained in:
18
tf3-main/.gitignore
vendored
Normal file
18
tf3-main/.gitignore
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
# .gitignore for a C++ project using CMake
|
||||
/build/
|
||||
*.o
|
||||
*.obj
|
||||
*.exe
|
||||
*.out
|
||||
*.log
|
||||
|
||||
# IDE specific files
|
||||
.vscode/
|
||||
.idea/
|
||||
*.user
|
||||
|
||||
# CMake temp files
|
||||
CMakeCache.txt
|
||||
CMakeFiles/
|
||||
cmake_install.cmake
|
||||
Makefile
|
||||
Reference in New Issue
Block a user