[llvm] r350256 - Git ignore CLion project configuration files. NFC
    Pawel Bylica via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Wed Jan  2 11:58:07 PST 2019
    
    
  
Author: chfast
Date: Wed Jan  2 11:58:07 2019
New Revision: 350256
URL: http://llvm.org/viewvc/llvm-project?rev=350256&view=rev
Log:
Git ignore CLion project configuration files. NFC
Modified:
    llvm/trunk/.gitignore
Modified: llvm/trunk/.gitignore
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/.gitignore?rev=350256&r1=350255&r2=350256&view=diff
==============================================================================
--- llvm/trunk/.gitignore (original)
+++ llvm/trunk/.gitignore Wed Jan  2 11:58:07 2019
@@ -43,6 +43,8 @@ autoconf/autom4te.cache
 /compile_commands.json
 # Visual Studio built-in CMake configuration
 /CMakeSettings.json
+# CLion project configuration
+/.idea
 
 #==============================================================================#
 # Directories to ignore (do not add trailing '/'s, they skip symlinks).
    
    
More information about the llvm-commits
mailing list