Add .gitignore file to exclude build directory
This commit is contained in:
parent
7b6e49f770
commit
b2bd53be80
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