Ed Tanous | 0fdddb1 | 2017-02-28 11:06:34 -0800 | [diff] [blame] | 1 | /build* |
| 2 | *.pem |
| 3 | *.crt |
| 4 | *.key |
Ed Tanous | 5679522 | 2017-04-06 13:27:25 -0700 | [diff] [blame] | 5 | |
Andrew Geissler | 12878e7 | 2024-02-29 16:07:16 -0600 | [diff] [blame] | 6 | # Visual Studio |
| 7 | .vscode/ |
| 8 | |
| 9 | # Python Tools for Visual Studio (PTVS) |
| 10 | __pycache__/ |
| 11 | *.pyc |
| 12 | |
Nan Zhou | 6e5a326 | 2022-09-10 17:36:47 +0000 | [diff] [blame] | 13 | # project specific |
Ed Tanous | 7531298 | 2021-02-11 14:26:02 -0800 | [diff] [blame] | 14 | /include/bmcweb_config.h |
Nan Zhou | 6e5a326 | 2022-09-10 17:36:47 +0000 | [diff] [blame] | 15 | bmcweb_persistent_data.json |
Ed Tanous | 5679522 | 2017-04-06 13:27:25 -0700 | [diff] [blame] | 16 | |
Andrew Geissler | 12878e7 | 2024-02-29 16:07:16 -0600 | [diff] [blame] | 17 | # Created by https://www.toptal.com/developers/gitignore/api/osx,linux,clion,meson,eclipse,windows |
| 18 | # Edit at https://www.toptal.com/developers/gitignore?templates=osx,linux,clion,meson,eclipse,windows |
Josh Lehan | f451bec | 2021-12-14 02:08:03 -0800 | [diff] [blame] | 19 | |
| 20 | ### CLion ### |
| 21 | # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider |
| 22 | # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 |
| 23 | |
| 24 | # User-specific stuff |
| 25 | .idea/**/workspace.xml |
| 26 | .idea/**/tasks.xml |
| 27 | .idea/**/usage.statistics.xml |
| 28 | .idea/**/dictionaries |
| 29 | .idea/**/shelf |
| 30 | |
| 31 | # AWS User-specific |
| 32 | .idea/**/aws.xml |
| 33 | |
| 34 | # Generated files |
| 35 | .idea/**/contentModel.xml |
| 36 | |
| 37 | # Sensitive or high-churn files |
| 38 | .idea/**/dataSources/ |
| 39 | .idea/**/dataSources.ids |
| 40 | .idea/**/dataSources.local.xml |
| 41 | .idea/**/sqlDataSources.xml |
| 42 | .idea/**/dynamic.xml |
| 43 | .idea/**/uiDesigner.xml |
| 44 | .idea/**/dbnavigator.xml |
| 45 | |
| 46 | # Gradle |
| 47 | .idea/**/gradle.xml |
| 48 | .idea/**/libraries |
| 49 | |
| 50 | # Gradle and Maven with auto-import |
| 51 | # When using Gradle or Maven with auto-import, you should exclude module files, |
| 52 | # since they will be recreated, and may cause churn. Uncomment if using |
| 53 | # auto-import. |
| 54 | # .idea/artifacts |
| 55 | # .idea/compiler.xml |
| 56 | # .idea/jarRepositories.xml |
| 57 | # .idea/modules.xml |
| 58 | # .idea/*.iml |
| 59 | # .idea/modules |
| 60 | # *.iml |
| 61 | # *.ipr |
| 62 | |
| 63 | # CMake |
| 64 | cmake-build-*/ |
| 65 | |
| 66 | # Mongo Explorer plugin |
| 67 | .idea/**/mongoSettings.xml |
| 68 | |
| 69 | # File-based project format |
| 70 | *.iws |
| 71 | |
| 72 | # IntelliJ |
| 73 | out/ |
| 74 | |
| 75 | # mpeltonen/sbt-idea plugin |
| 76 | .idea_modules/ |
| 77 | |
| 78 | # JIRA plugin |
| 79 | atlassian-ide-plugin.xml |
| 80 | |
| 81 | # Cursive Clojure plugin |
| 82 | .idea/replstate.xml |
| 83 | |
Andrew Geissler | 12878e7 | 2024-02-29 16:07:16 -0600 | [diff] [blame] | 84 | # SonarLint plugin |
| 85 | .idea/sonarlint/ |
| 86 | |
Josh Lehan | f451bec | 2021-12-14 02:08:03 -0800 | [diff] [blame] | 87 | # Crashlytics plugin (for Android Studio and IntelliJ) |
| 88 | com_crashlytics_export_strings.xml |
| 89 | crashlytics.properties |
| 90 | crashlytics-build.properties |
| 91 | fabric.properties |
| 92 | |
| 93 | # Editor-based Rest Client |
| 94 | .idea/httpRequests |
| 95 | |
| 96 | # Android studio 3.1+ serialized cache file |
| 97 | .idea/caches/build_file_checksums.ser |
| 98 | |
| 99 | ### CLion Patch ### |
| 100 | # Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721 |
| 101 | |
| 102 | # *.iml |
| 103 | # modules.xml |
| 104 | # .idea/misc.xml |
| 105 | # *.ipr |
| 106 | |
| 107 | # Sonarlint plugin |
| 108 | # https://plugins.jetbrains.com/plugin/7973-sonarlint |
| 109 | .idea/**/sonarlint/ |
| 110 | |
| 111 | # SonarQube Plugin |
| 112 | # https://plugins.jetbrains.com/plugin/7238-sonarqube-community-plugin |
| 113 | .idea/**/sonarIssues.xml |
| 114 | |
| 115 | # Markdown Navigator plugin |
| 116 | # https://plugins.jetbrains.com/plugin/7896-markdown-navigator-enhanced |
| 117 | .idea/**/markdown-navigator.xml |
| 118 | .idea/**/markdown-navigator-enh.xml |
| 119 | .idea/**/markdown-navigator/ |
| 120 | |
| 121 | # Cache file creation bug |
| 122 | # See https://youtrack.jetbrains.com/issue/JBR-2257 |
| 123 | .idea/$CACHE_FILE$ |
| 124 | |
| 125 | # CodeStream plugin |
| 126 | # https://plugins.jetbrains.com/plugin/12206-codestream |
| 127 | .idea/codestream.xml |
Ed Tanous | 5679522 | 2017-04-06 13:27:25 -0700 | [diff] [blame] | 128 | |
Andrew Geissler | 12878e7 | 2024-02-29 16:07:16 -0600 | [diff] [blame] | 129 | # Azure Toolkit for IntelliJ plugin |
| 130 | # https://plugins.jetbrains.com/plugin/8053-azure-toolkit-for-intellij |
| 131 | .idea/**/azureSettings.xml |
| 132 | |
Wludzik, Jozef | c370fad | 2020-10-14 20:47:12 +0200 | [diff] [blame] | 133 | ### Eclipse ### |
| 134 | .metadata |
| 135 | bin/ |
| 136 | tmp/ |
| 137 | *.tmp |
| 138 | *.bak |
| 139 | *.swp |
| 140 | *~.nib |
| 141 | local.properties |
| 142 | .settings/ |
| 143 | .loadpath |
| 144 | .recommenders |
Ed Tanous | 5679522 | 2017-04-06 13:27:25 -0700 | [diff] [blame] | 145 | |
Wludzik, Jozef | c370fad | 2020-10-14 20:47:12 +0200 | [diff] [blame] | 146 | # External tool builders |
| 147 | .externalToolBuilders/ |
| 148 | |
| 149 | # Locally stored "Eclipse launch configurations" |
| 150 | *.launch |
| 151 | |
| 152 | # PyDev specific (Python IDE for Eclipse) |
| 153 | *.pydevproject |
| 154 | |
| 155 | # CDT-specific (C/C++ Development Tooling) |
| 156 | .cproject |
| 157 | |
| 158 | # CDT- autotools |
| 159 | .autotools |
| 160 | |
| 161 | # Java annotation processor (APT) |
| 162 | .factorypath |
| 163 | |
| 164 | # PDT-specific (PHP Development Tools) |
| 165 | .buildpath |
| 166 | |
| 167 | # sbteclipse plugin |
| 168 | .target |
| 169 | |
| 170 | # Tern plugin |
| 171 | .tern-project |
| 172 | |
| 173 | # TeXlipse plugin |
| 174 | .texlipse |
| 175 | |
| 176 | # STS (Spring Tool Suite) |
| 177 | .springBeans |
| 178 | |
| 179 | # Code Recommenders |
| 180 | .recommenders/ |
| 181 | |
| 182 | # Annotation Processing |
| 183 | .apt_generated/ |
| 184 | .apt_generated_test/ |
| 185 | |
| 186 | # Scala IDE specific (Scala & Java development for Eclipse) |
| 187 | .cache-main |
| 188 | .scala_dependencies |
| 189 | .worksheet |
| 190 | |
| 191 | # Uncomment this line if you wish to ignore the project description file. |
| 192 | # Typically, this file would be tracked if it contains build/dependency configurations: |
| 193 | #.project |
| 194 | |
| 195 | ### Eclipse Patch ### |
| 196 | # Spring Boot Tooling |
| 197 | .sts4-cache/ |
Ed Tanous | 5679522 | 2017-04-06 13:27:25 -0700 | [diff] [blame] | 198 | |
Ed Tanous | 5679522 | 2017-04-06 13:27:25 -0700 | [diff] [blame] | 199 | ### Linux ### |
| 200 | *~ |
| 201 | |
| 202 | # temporary files which can be created if a process still has a handle open of a deleted file |
| 203 | .fuse_hidden* |
| 204 | |
| 205 | # KDE directory preferences |
| 206 | .directory |
| 207 | |
| 208 | # Linux trash folder which might appear on any partition or disk |
| 209 | .Trash-* |
| 210 | |
| 211 | # .nfs files are created when an open file is removed but is still being accessed |
| 212 | .nfs* |
| 213 | |
Wludzik, Jozef | c370fad | 2020-10-14 20:47:12 +0200 | [diff] [blame] | 214 | ### Meson ### |
| 215 | # subproject directories |
| 216 | /subprojects/* |
| 217 | !/subprojects/*.wrap |
| 218 | |
| 219 | # Meson Directories |
| 220 | meson-logs |
| 221 | meson-private |
| 222 | |
| 223 | # Meson Files |
| 224 | meson_benchmark_setup.dat |
| 225 | meson_test_setup.dat |
| 226 | sanitycheckcpp.cc # C++ specific |
| 227 | sanitycheckcpp.exe # C++ specific |
| 228 | |
| 229 | # Ninja |
| 230 | build.ninja |
| 231 | .ninja_deps |
| 232 | .ninja_logs |
| 233 | |
| 234 | # Misc |
| 235 | compile_commands.json |
| 236 | |
Ed Tanous | 5679522 | 2017-04-06 13:27:25 -0700 | [diff] [blame] | 237 | ### OSX ### |
Wludzik, Jozef | c370fad | 2020-10-14 20:47:12 +0200 | [diff] [blame] | 238 | # General |
| 239 | .DS_Store |
Ed Tanous | 5679522 | 2017-04-06 13:27:25 -0700 | [diff] [blame] | 240 | .AppleDouble |
| 241 | .LSOverride |
| 242 | |
| 243 | # Icon must end with two \r |
| 244 | Icon |
| 245 | |
Josh Lehan | f451bec | 2021-12-14 02:08:03 -0800 | [diff] [blame] | 246 | |
Ed Tanous | 5679522 | 2017-04-06 13:27:25 -0700 | [diff] [blame] | 247 | # Thumbnails |
| 248 | ._* |
| 249 | |
| 250 | # Files that might appear in the root of a volume |
| 251 | .DocumentRevisions-V100 |
| 252 | .fseventsd |
| 253 | .Spotlight-V100 |
| 254 | .TemporaryItems |
| 255 | .Trashes |
| 256 | .VolumeIcon.icns |
| 257 | .com.apple.timemachine.donotpresent |
| 258 | |
| 259 | # Directories potentially created on remote AFP share |
| 260 | .AppleDB |
| 261 | .AppleDesktop |
| 262 | Network Trash Folder |
| 263 | Temporary Items |
| 264 | .apdisk |
| 265 | |
Ed Tanous | 5679522 | 2017-04-06 13:27:25 -0700 | [diff] [blame] | 266 | ### Windows ### |
| 267 | # Windows thumbnail cache files |
| 268 | Thumbs.db |
Wludzik, Jozef | c370fad | 2020-10-14 20:47:12 +0200 | [diff] [blame] | 269 | Thumbs.db:encryptable |
Ed Tanous | 5679522 | 2017-04-06 13:27:25 -0700 | [diff] [blame] | 270 | ehthumbs.db |
| 271 | ehthumbs_vista.db |
| 272 | |
Wludzik, Jozef | c370fad | 2020-10-14 20:47:12 +0200 | [diff] [blame] | 273 | # Dump file |
| 274 | *.stackdump |
| 275 | |
Ed Tanous | 5679522 | 2017-04-06 13:27:25 -0700 | [diff] [blame] | 276 | # Folder config file |
Wludzik, Jozef | c370fad | 2020-10-14 20:47:12 +0200 | [diff] [blame] | 277 | [Dd]esktop.ini |
Ed Tanous | 5679522 | 2017-04-06 13:27:25 -0700 | [diff] [blame] | 278 | |
| 279 | # Recycle Bin used on file shares |
| 280 | $RECYCLE.BIN/ |
| 281 | |
| 282 | # Windows Installer files |
| 283 | *.cab |
| 284 | *.msi |
Wludzik, Jozef | c370fad | 2020-10-14 20:47:12 +0200 | [diff] [blame] | 285 | *.msix |
Ed Tanous | 5679522 | 2017-04-06 13:27:25 -0700 | [diff] [blame] | 286 | *.msm |
| 287 | *.msp |
| 288 | |
| 289 | # Windows shortcuts |
| 290 | *.lnk |
| 291 | |
Andrew Geissler | 12878e7 | 2024-02-29 16:07:16 -0600 | [diff] [blame] | 292 | # End of https://www.toptal.com/developers/gitignore/api/osx,linux,clion,meson,eclipse,windows |
| 293 | !/subprojects/packagefiles |