OSDN Git Service

Git ignore CLion project configuration files. NFC
authorPawel Bylica <chfast@gmail.com>
Wed, 2 Jan 2019 19:58:07 +0000 (19:58 +0000)
committerPawel Bylica <chfast@gmail.com>
Wed, 2 Jan 2019 19:58:07 +0000 (19:58 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@350256 91177308-0d34-0410-b5e6-96231b3b80d8

.gitignore

index fd30887..0aa0a8a 100644 (file)
@@ -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).