mirror of
https://github.com/github/gitignore
synced 2024-11-22 19:54:22 +01:00
Add more to C++.gitignore
This commit is contained in:
parent
4488915eec
commit
13a74e1044
@ -30,3 +30,50 @@
|
|||||||
*.exe
|
*.exe
|
||||||
*.out
|
*.out
|
||||||
*.app
|
*.app
|
||||||
|
|
||||||
|
# CMake build directory
|
||||||
|
build/
|
||||||
|
|
||||||
|
# Visual Studio Code directory
|
||||||
|
.vscode/
|
||||||
|
|
||||||
|
# Sublime Text workspace files
|
||||||
|
*.sublime-workspace
|
||||||
|
|
||||||
|
# Eclipse directory
|
||||||
|
.settings/
|
||||||
|
|
||||||
|
# Code::Blocks directory
|
||||||
|
bin/
|
||||||
|
|
||||||
|
# Xcode directory
|
||||||
|
*.xcodeproj/
|
||||||
|
*.xcworkspace/
|
||||||
|
|
||||||
|
# CMake build files
|
||||||
|
CMakeFiles/
|
||||||
|
CMakeCache.txt
|
||||||
|
CMakeScripts/
|
||||||
|
Testing/
|
||||||
|
|
||||||
|
# VSCode directories and files
|
||||||
|
.vscode/
|
||||||
|
settings.json
|
||||||
|
tasks.json
|
||||||
|
launch.json
|
||||||
|
c_cpp_properties.json
|
||||||
|
|
||||||
|
# Qt project files
|
||||||
|
*.pro.user
|
||||||
|
*.pro.user.*
|
||||||
|
|
||||||
|
# Qt Creator directory
|
||||||
|
*.user
|
||||||
|
*.user.*
|
||||||
|
|
||||||
|
# Boost build directory
|
||||||
|
bin.v2/
|
||||||
|
|
||||||
|
# CLion directory
|
||||||
|
.idea/
|
||||||
|
*.iml
|
||||||
|
Loading…
Reference in New Issue
Block a user