Skip to content

Commit

Permalink
Tidy up .gitignore with sections.
Browse files Browse the repository at this point in the history
Add CLion .idea directory.

[ci skip]
  • Loading branch information
mloskot committed Apr 9, 2018
1 parent 5b5fe20 commit 5d546f1
Showing 1 changed file with 17 additions and 3 deletions.
20 changes: 17 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
.vs*
/*build*
*~
*.swp

# Boost.Build
stdcerr
/doc/*build*
/io/output
*~

# Visual Studio (Code)
/.vs
.vscode

# CMake
/*build*
/cmake-build-debug/
/cmake-build-release/

# JetBrains
/.idea

0 comments on commit 5d546f1

Please sign in to comment.