Explorar el Código

Update JetBrains.gitignore.

- Ignore all cmake build directories, not just debug.
Lasse Meyer hace 7 años
padre
commit
33718ca1c0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Global/JetBrains.gitignore

+ 1 - 1
Global/JetBrains.gitignore

@@ -20,7 +20,7 @@
 .idea/**/libraries
 
 # CMake
-cmake-build-debug/
+cmake-build-*/
 
 # Mongo Explorer plugin:
 .idea/**/mongoSettings.xml