|
| 1 | +# Created by https://www.toptal.com/developers/gitignore/api/cmake,clion,c++ |
| 2 | +# Edit at https://www.toptal.com/developers/gitignore?templates=cmake,clion,c++ |
| 3 | + |
| 4 | +### C++ ### |
| 5 | +# Prerequisites |
| 6 | +*.d |
| 7 | + |
| 8 | +# Compiled Object files |
| 9 | +*.slo |
| 10 | +*.lo |
| 11 | +*.o |
| 12 | +*.obj |
| 13 | + |
| 14 | +# Precompiled Headers |
| 15 | +*.gch |
| 16 | +*.pch |
| 17 | + |
| 18 | +# Compiled Dynamic libraries |
| 19 | +*.so |
| 20 | +*.dylib |
| 21 | +*.dll |
| 22 | + |
| 23 | +# Fortran module files |
| 24 | +*.mod |
| 25 | +*.smod |
| 26 | + |
| 27 | +# Compiled Static libraries |
| 28 | +*.lai |
| 29 | +*.la |
| 30 | +*.a |
| 31 | +*.lib |
| 32 | + |
| 33 | +# Executables |
| 34 | +*.exe |
| 35 | +*.out |
| 36 | +*.app |
| 37 | + |
| 38 | +### CLion ### |
| 39 | +# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider |
| 40 | +# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 |
| 41 | + |
| 42 | +# User-specific stuff |
| 43 | +.idea/**/workspace.xml |
| 44 | +.idea/**/tasks.xml |
| 45 | +.idea/**/usage.statistics.xml |
| 46 | +.idea/**/dictionaries |
| 47 | +.idea/**/shelf |
| 48 | +.idea/**/material_theme_project_new.xml |
| 49 | + |
| 50 | +# AWS User-specific |
| 51 | +.idea/**/aws.xml |
| 52 | +.idea/**/discord.xml |
| 53 | + |
| 54 | +# Generated files |
| 55 | +.idea/**/contentModel.xml |
| 56 | + |
| 57 | +# Sensitive or high-churn files |
| 58 | +.idea/**/dataSources/ |
| 59 | +.idea/**/dataSources.ids |
| 60 | +.idea/**/dataSources.local.xml |
| 61 | +.idea/**/sqlDataSources.xml |
| 62 | +.idea/**/dynamic.xml |
| 63 | +.idea/**/uiDesigner.xml |
| 64 | +.idea/**/dbnavigator.xml |
| 65 | + |
| 66 | +# Gradle |
| 67 | +.idea/**/gradle.xml |
| 68 | +.idea/**/libraries |
| 69 | + |
| 70 | +# Gradle and Maven with auto-import |
| 71 | +# When using Gradle or Maven with auto-import, you should exclude module files, |
| 72 | +# since they will be recreated, and may cause churn. Uncomment if using |
| 73 | +# auto-import. |
| 74 | +# .idea/artifacts |
| 75 | +# .idea/compiler.xml |
| 76 | +# .idea/jarRepositories.xml |
| 77 | +# .idea/modules.xml |
| 78 | +# .idea/*.iml |
| 79 | +# .idea/modules |
| 80 | +# *.iml |
| 81 | +# *.ipr |
| 82 | + |
| 83 | +# CMake |
| 84 | +cmake-build-*/ |
| 85 | + |
| 86 | +# Mongo Explorer plugin |
| 87 | +.idea/**/mongoSettings.xml |
| 88 | + |
| 89 | +# File-based project format |
| 90 | +*.iws |
| 91 | + |
| 92 | +# IntelliJ |
| 93 | +out/ |
| 94 | + |
| 95 | +# mpeltonen/sbt-idea plugin |
| 96 | +.idea_modules/ |
| 97 | + |
| 98 | +# JIRA plugin |
| 99 | +atlassian-ide-plugin.xml |
| 100 | + |
| 101 | +# Cursive Clojure plugin |
| 102 | +.idea/replstate.xml |
| 103 | + |
| 104 | +# SonarLint plugin |
| 105 | +.idea/sonarlint/ |
| 106 | + |
| 107 | +# Crashlytics plugin (for Android Studio and IntelliJ) |
| 108 | +com_crashlytics_export_strings.xml |
| 109 | +crashlytics.properties |
| 110 | +crashlytics-build.properties |
| 111 | +fabric.properties |
| 112 | + |
| 113 | +# Editor-based Rest Client |
| 114 | +.idea/httpRequests |
| 115 | + |
| 116 | +# Android studio 3.1+ serialized cache file |
| 117 | +.idea/caches/build_file_checksums.ser |
| 118 | + |
| 119 | +### CLion Patch ### |
| 120 | +# Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721 |
| 121 | + |
| 122 | +# *.iml |
| 123 | +# modules.xml |
| 124 | +# .idea/misc.xml |
| 125 | +# *.ipr |
| 126 | + |
| 127 | +# Sonarlint plugin |
| 128 | +# https://plugins.jetbrains.com/plugin/7973-sonarlint |
| 129 | +.idea/**/sonarlint/ |
| 130 | + |
| 131 | +# SonarQube Plugin |
| 132 | +# https://plugins.jetbrains.com/plugin/7238-sonarqube-community-plugin |
| 133 | +.idea/**/sonarIssues.xml |
| 134 | + |
| 135 | +# Markdown Navigator plugin |
| 136 | +# https://plugins.jetbrains.com/plugin/7896-markdown-navigator-enhanced |
| 137 | +.idea/**/markdown-navigator.xml |
| 138 | +.idea/**/markdown-navigator-enh.xml |
| 139 | +.idea/**/markdown-navigator/ |
| 140 | + |
| 141 | +# Cache file creation bug |
| 142 | +# See https://youtrack.jetbrains.com/issue/JBR-2257 |
| 143 | +.idea/$CACHE_FILE$ |
| 144 | + |
| 145 | +# CodeStream plugin |
| 146 | +# https://plugins.jetbrains.com/plugin/12206-codestream |
| 147 | +.idea/codestream.xml |
| 148 | + |
| 149 | +# Azure Toolkit for IntelliJ plugin |
| 150 | +# https://plugins.jetbrains.com/plugin/8053-azure-toolkit-for-intellij |
| 151 | +.idea/**/azureSettings.xml |
| 152 | + |
| 153 | +### CMake ### |
| 154 | +CMakeLists.txt.user |
| 155 | +CMakeCache.txt |
| 156 | +CMakeFiles |
| 157 | +CMakeScripts |
| 158 | +Testing |
| 159 | +Makefile |
| 160 | +cmake_install.cmake |
| 161 | +install_manifest.txt |
| 162 | +compile_commands.json |
| 163 | +CTestTestfile.cmake |
| 164 | +_deps |
| 165 | + |
| 166 | +### CMake Patch ### |
| 167 | +# External projects |
| 168 | +*-prefix/ |
| 169 | + |
| 170 | +# End of https://www.toptal.com/developers/gitignore/api/cmake,clion,c++ |
0 commit comments