aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorMateusz Loskot <mateusz@loskot.net>2018-06-08 09:57:30 +0200
committerMateusz Loskot <mateusz@loskot.net>2018-06-08 09:57:30 +0200
commit0f88afe10a2c670eaf2cafb1e7b773e2940a1704 (patch)
tree7bed5001368b996da823ccb1e13b3d4c4c724a66 /.gitignore
parente37ad143d71f8d1b76218c30bcc8612d12724630 (diff)
downloadPROJ-0f88afe10a2c670eaf2cafb1e7b773e2940a1704.tar.gz
PROJ-0f88afe10a2c670eaf2cafb1e7b773e2940a1704.zip
Ignore VS2017 and CLion user-specific local files
- CMakeSettings.json - CMake integration for VS2017 config - .idea - CLion config [ci skip]
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 4bb3cb0b..548aaf2f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,6 +5,7 @@ Makefile
Makefile.in
CMakeFiles
CMakeCache.txt
+CMakeSettings.json
CTestTestfile.cmake
cmake_install.cmake
install_manifest.txt
@@ -12,6 +13,7 @@ cmake/project-config*.cmake
README
test-driver
+/.idea
/.vs*
/*.manifest
/*.swp