Skip to content

Commit

Permalink
.gitignore for CLion
Browse files Browse the repository at this point in the history
(cherry picked from commit 9ec8589)
  • Loading branch information
singalen authored and Vultraz committed Oct 28, 2018
1 parent cbaf621 commit f4f7086
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
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 f4f7086

Please sign in to comment.