Browse Source

Update .gitignore to exclude non out-of-source build trees from Clion.
Clion 2016.3 will by default generate build tree inside the project's root directory, which is also also our source tree.
[ci skip]

Yao Wei Tjong 姚伟忠 9 years ago
parent
commit
3d3ae839a9
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .gitignore

+ 1 - 0
.gitignore

@@ -51,6 +51,7 @@ generated/
 
 
 # JetBrains IDE project settings
 # JetBrains IDE project settings
 /.idea/
 /.idea/
+/cmake-build-*/
 
 
 # Code::Blocks project settings
 # Code::Blocks project settings
 /*.cbp
 /*.cbp