Add .gitignore file to exclude build directory
This commit is contained in:
parent
f917600e2d
commit
cb1b8bec48
1 changed files with 14 additions and 0 deletions
14
.gitignore
vendored
Normal file
14
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
|
||||
# Build directory
|
||||
build/
|
||||
|
||||
# Qt creator user files
|
||||
*.user
|
||||
*.pro.user
|
||||
*.opensdf
|
||||
*.sdf
|
||||
|
||||
# CMake cache
|
||||
CMakeCache.txt
|
||||
CMakeFiles/
|
||||
cmake_install.cmake
|
||||
Loading…
Add table
Add a link
Reference in a new issue