.gitignore for CLion
This commit is contained in:
parent
6fb813ba80
commit
9ec8589ef3
1 changed files with 6 additions and 1 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
@ -35,7 +35,7 @@ projectfiles/Xcode/**/Wesnoth.dmgCanvas
|
|||
projectfiles/Xcode/**/*.mode1v3
|
||||
projectfiles/Xcode/**/*.pbxuser
|
||||
projectfiles/Xcode/**/xcuserdata
|
||||
projectfiles/Xcode/**/project.xcworkspace
|
||||
projectfiles/Xcode/**/*.xcworkspace
|
||||
|
||||
# CodeBlocks
|
||||
projectfiles/**/.clang
|
||||
|
@ -68,6 +68,11 @@ src/**/*.vcproj
|
|||
.vscode
|
||||
/.vs
|
||||
|
||||
# CLion
|
||||
/.idea
|
||||
cmake-build-debug
|
||||
cmake-build-release
|
||||
|
||||
# eclipse
|
||||
.settings
|
||||
!utils/umc_dev/org.wesnoth*/.settings/
|
||||
|
|
Loading…
Add table
Reference in a new issue