Skip to content

Commit

Permalink
.gitignore for CLion
Browse files Browse the repository at this point in the history
  • Loading branch information
singalen authored and Vultraz committed Jul 8, 2018
1 parent 6fb813b commit 9ec8589
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .gitignore
Expand Up @@ -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
Expand Down Expand Up @@ -68,6 +68,11 @@ src/**/*.vcproj
.vscode
/.vs

# CLion
/.idea
cmake-build-debug
cmake-build-release

# eclipse
.settings
!utils/umc_dev/org.wesnoth*/.settings/
Expand Down

0 comments on commit 9ec8589

Please sign in to comment.