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 | |
Ed Tanous | 911ac31 | 2017-08-15 09:37:42 -0700 | [diff] [blame] | 6 | **/CMakeFiles/* |
Johnathan Mantey | 8f52ee5 | 2020-03-11 14:30:52 -0700 | [diff] [blame] | 7 | /include/config.h |
Ed Tanous | 5679522 | 2017-04-06 13:27:25 -0700 | [diff] [blame] | 8 | |
| 9 | |
| 10 | |
| 11 | # Created by https://www.gitignore.io/api/osx,linux,windows,pycharm,intellij,visualstudio,visualstudiocode |
| 12 | |
| 13 | ### Intellij ### |
| 14 | # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm |
| 15 | # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 |
| 16 | |
| 17 | # User-specific stuff: |
| 18 | .idea/**/workspace.xml |
| 19 | .idea/**/tasks.xml |
| 20 | .idea/dictionaries |
| 21 | |
| 22 | # Sensitive or high-churn files: |
| 23 | .idea/**/dataSources/ |
| 24 | .idea/**/dataSources.ids |
| 25 | .idea/**/dataSources.xml |
| 26 | .idea/**/dataSources.local.xml |
| 27 | .idea/**/sqlDataSources.xml |
| 28 | .idea/**/dynamic.xml |
| 29 | .idea/**/uiDesigner.xml |
| 30 | |
| 31 | # Gradle: |
| 32 | .idea/**/gradle.xml |
| 33 | .idea/**/libraries |
| 34 | |
| 35 | # Mongo Explorer plugin: |
| 36 | .idea/**/mongoSettings.xml |
| 37 | |
| 38 | ## File-based project format: |
| 39 | *.iws |
| 40 | |
| 41 | ## Plugin-specific files: |
| 42 | |
| 43 | # IntelliJ |
| 44 | /out/ |
| 45 | |
| 46 | # mpeltonen/sbt-idea plugin |
| 47 | .idea_modules/ |
| 48 | |
| 49 | # JIRA plugin |
| 50 | atlassian-ide-plugin.xml |
| 51 | |
| 52 | # Cursive Clojure plugin |
| 53 | .idea/replstate.xml |
| 54 | |
| 55 | # Crashlytics plugin (for Android Studio and IntelliJ) |
| 56 | com_crashlytics_export_strings.xml |
| 57 | crashlytics.properties |
| 58 | crashlytics-build.properties |
| 59 | fabric.properties |
| 60 | |
| 61 | ### Intellij Patch ### |
| 62 | # Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721 |
| 63 | |
| 64 | # *.iml |
| 65 | # modules.xml |
| 66 | # .idea/misc.xml |
| 67 | # *.ipr |
| 68 | |
| 69 | # Sonarlint plugin |
| 70 | .idea/sonarlint |
| 71 | |
| 72 | ### Linux ### |
| 73 | *~ |
| 74 | |
| 75 | # temporary files which can be created if a process still has a handle open of a deleted file |
| 76 | .fuse_hidden* |
| 77 | |
| 78 | # KDE directory preferences |
| 79 | .directory |
| 80 | |
| 81 | # Linux trash folder which might appear on any partition or disk |
| 82 | .Trash-* |
| 83 | |
| 84 | # .nfs files are created when an open file is removed but is still being accessed |
| 85 | .nfs* |
| 86 | |
| 87 | ### OSX ### |
| 88 | *.DS_Store |
| 89 | .AppleDouble |
| 90 | .LSOverride |
| 91 | |
| 92 | # Icon must end with two \r |
| 93 | Icon |
| 94 | |
| 95 | |
| 96 | # Thumbnails |
| 97 | ._* |
| 98 | |
| 99 | # Files that might appear in the root of a volume |
| 100 | .DocumentRevisions-V100 |
| 101 | .fseventsd |
| 102 | .Spotlight-V100 |
| 103 | .TemporaryItems |
| 104 | .Trashes |
| 105 | .VolumeIcon.icns |
| 106 | .com.apple.timemachine.donotpresent |
| 107 | |
| 108 | # Directories potentially created on remote AFP share |
| 109 | .AppleDB |
| 110 | .AppleDesktop |
| 111 | Network Trash Folder |
| 112 | Temporary Items |
| 113 | .apdisk |
| 114 | |
| 115 | ### PyCharm ### |
| 116 | # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm |
| 117 | # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 |
| 118 | |
| 119 | # User-specific stuff: |
| 120 | |
| 121 | # Sensitive or high-churn files: |
| 122 | |
| 123 | # Gradle: |
| 124 | |
| 125 | # Mongo Explorer plugin: |
| 126 | |
| 127 | ## File-based project format: |
| 128 | |
| 129 | ## Plugin-specific files: |
| 130 | |
| 131 | # IntelliJ |
| 132 | |
| 133 | # mpeltonen/sbt-idea plugin |
| 134 | |
| 135 | # JIRA plugin |
| 136 | |
| 137 | # Cursive Clojure plugin |
| 138 | |
| 139 | # Crashlytics plugin (for Android Studio and IntelliJ) |
| 140 | |
| 141 | ### PyCharm Patch ### |
| 142 | # Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721 |
| 143 | |
| 144 | # *.iml |
| 145 | # modules.xml |
| 146 | # .idea/misc.xml |
| 147 | # *.ipr |
| 148 | |
| 149 | # Sonarlint plugin |
| 150 | |
| 151 | ### VisualStudioCode ### |
Ed Tanous | 911ac31 | 2017-08-15 09:37:42 -0700 | [diff] [blame] | 152 | **/.vscode/* |
Ed Tanous | b078cf3 | 2017-04-18 14:51:21 -0700 | [diff] [blame] | 153 | #!.vscode/settings.json |
| 154 | #!.vscode/tasks.json |
| 155 | #!.vscode/launch.json |
| 156 | #!.vscode/extensions.json |
Ed Tanous | 5679522 | 2017-04-06 13:27:25 -0700 | [diff] [blame] | 157 | |
| 158 | ### Windows ### |
| 159 | # Windows thumbnail cache files |
| 160 | Thumbs.db |
| 161 | ehthumbs.db |
| 162 | ehthumbs_vista.db |
| 163 | |
| 164 | # Folder config file |
| 165 | Desktop.ini |
| 166 | |
| 167 | # Recycle Bin used on file shares |
| 168 | $RECYCLE.BIN/ |
| 169 | |
| 170 | # Windows Installer files |
| 171 | *.cab |
| 172 | *.msi |
| 173 | *.msm |
| 174 | *.msp |
| 175 | |
| 176 | # Windows shortcuts |
| 177 | *.lnk |
| 178 | |
| 179 | ### VisualStudio ### |
| 180 | ## Ignore Visual Studio temporary files, build results, and |
| 181 | ## files generated by popular Visual Studio add-ons. |
| 182 | ## |
| 183 | ## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore |
| 184 | |
| 185 | # User-specific files |
| 186 | *.suo |
| 187 | *.user |
| 188 | *.userosscache |
| 189 | *.sln.docstates |
| 190 | |
| 191 | # User-specific files (MonoDevelop/Xamarin Studio) |
| 192 | *.userprefs |
| 193 | |
| 194 | # Build results |
| 195 | [Dd]ebug/ |
| 196 | [Dd]ebugPublic/ |
| 197 | [Rr]elease/ |
| 198 | [Rr]eleases/ |
| 199 | x64/ |
| 200 | x86/ |
| 201 | bld/ |
| 202 | [Bb]in/ |
| 203 | [Oo]bj/ |
| 204 | [Ll]og/ |
| 205 | |
| 206 | # Visual Studio 2015 cache/options directory |
| 207 | .vs/ |
| 208 | # Uncomment if you have tasks that create the project's static files in wwwroot |
| 209 | #wwwroot/ |
| 210 | |
| 211 | # MSTest test Results |
| 212 | [Tt]est[Rr]esult*/ |
| 213 | [Bb]uild[Ll]og.* |
| 214 | |
| 215 | # NUNIT |
| 216 | *.VisualState.xml |
| 217 | TestResult.xml |
| 218 | |
| 219 | # Build Results of an ATL Project |
| 220 | [Dd]ebugPS/ |
| 221 | [Rr]eleasePS/ |
| 222 | dlldata.c |
| 223 | |
| 224 | # .NET Core |
| 225 | project.lock.json |
| 226 | project.fragment.lock.json |
| 227 | artifacts/ |
| 228 | **/Properties/launchSettings.json |
| 229 | |
| 230 | *_i.c |
| 231 | *_p.c |
| 232 | *_i.h |
| 233 | *.ilk |
| 234 | *.meta |
| 235 | *.obj |
| 236 | *.pch |
| 237 | *.pdb |
| 238 | *.pgc |
| 239 | *.pgd |
| 240 | *.rsp |
| 241 | *.sbr |
| 242 | *.tlb |
| 243 | *.tli |
| 244 | *.tlh |
| 245 | *.tmp |
| 246 | *.tmp_proj |
| 247 | *.log |
| 248 | *.vspscc |
| 249 | *.vssscc |
| 250 | .builds |
| 251 | *.pidb |
| 252 | *.svclog |
| 253 | *.scc |
| 254 | |
| 255 | # Chutzpah Test files |
| 256 | _Chutzpah* |
| 257 | |
| 258 | # Visual C++ cache files |
| 259 | ipch/ |
| 260 | *.aps |
| 261 | *.ncb |
| 262 | *.opendb |
| 263 | *.opensdf |
| 264 | *.sdf |
| 265 | *.cachefile |
| 266 | *.VC.db |
| 267 | *.VC.VC.opendb |
| 268 | |
| 269 | # Visual Studio profiler |
| 270 | *.psess |
| 271 | *.vsp |
| 272 | *.vspx |
| 273 | *.sap |
| 274 | |
| 275 | # TFS 2012 Local Workspace |
| 276 | $tf/ |
| 277 | |
| 278 | # Guidance Automation Toolkit |
| 279 | *.gpState |
| 280 | |
| 281 | # ReSharper is a .NET coding add-in |
| 282 | _ReSharper*/ |
| 283 | *.[Rr]e[Ss]harper |
| 284 | *.DotSettings.user |
| 285 | |
| 286 | # JustCode is a .NET coding add-in |
| 287 | .JustCode |
| 288 | |
| 289 | # TeamCity is a build add-in |
| 290 | _TeamCity* |
| 291 | |
| 292 | # DotCover is a Code Coverage Tool |
| 293 | *.dotCover |
| 294 | |
| 295 | # Visual Studio code coverage results |
| 296 | *.coverage |
| 297 | *.coveragexml |
| 298 | |
| 299 | # NCrunch |
| 300 | _NCrunch_* |
| 301 | .*crunch*.local.xml |
| 302 | nCrunchTemp_* |
| 303 | |
| 304 | # MightyMoose |
| 305 | *.mm.* |
| 306 | AutoTest.Net/ |
| 307 | |
| 308 | # Web workbench (sass) |
| 309 | .sass-cache/ |
| 310 | |
| 311 | # Installshield output folder |
| 312 | [Ee]xpress/ |
| 313 | |
| 314 | # DocProject is a documentation generator add-in |
| 315 | DocProject/buildhelp/ |
| 316 | DocProject/Help/*.HxT |
| 317 | DocProject/Help/*.HxC |
| 318 | DocProject/Help/*.hhc |
| 319 | DocProject/Help/*.hhk |
| 320 | DocProject/Help/*.hhp |
| 321 | DocProject/Help/Html2 |
| 322 | DocProject/Help/html |
| 323 | |
| 324 | # Click-Once directory |
| 325 | publish/ |
| 326 | |
| 327 | # Publish Web Output |
| 328 | *.[Pp]ublish.xml |
| 329 | *.azurePubxml |
| 330 | # TODO: Comment the next line if you want to checkin your web deploy settings |
| 331 | # but database connection strings (with potential passwords) will be unencrypted |
| 332 | *.pubxml |
| 333 | *.publishproj |
| 334 | |
| 335 | # Microsoft Azure Web App publish settings. Comment the next line if you want to |
| 336 | # checkin your Azure Web App publish settings, but sensitive information contained |
| 337 | # in these scripts will be unencrypted |
| 338 | PublishScripts/ |
| 339 | |
| 340 | # NuGet Packages |
| 341 | *.nupkg |
| 342 | # The packages folder can be ignored because of Package Restore |
| 343 | **/packages/* |
| 344 | # except build/, which is used as an MSBuild target. |
| 345 | !**/packages/build/ |
| 346 | # Uncomment if necessary however generally it will be regenerated when needed |
| 347 | #!**/packages/repositories.config |
| 348 | # NuGet v3's project.json files produces more ignorable files |
| 349 | *.nuget.props |
| 350 | *.nuget.targets |
| 351 | |
| 352 | # Microsoft Azure Build Output |
| 353 | csx/ |
| 354 | *.build.csdef |
| 355 | |
| 356 | # Microsoft Azure Emulator |
| 357 | ecf/ |
| 358 | rcf/ |
| 359 | |
| 360 | # Windows Store app package directories and files |
| 361 | AppPackages/ |
| 362 | BundleArtifacts/ |
| 363 | Package.StoreAssociation.xml |
| 364 | _pkginfo.txt |
| 365 | |
| 366 | # Visual Studio cache files |
| 367 | # files ending in .cache can be ignored |
| 368 | *.[Cc]ache |
| 369 | # but keep track of directories ending in .cache |
| 370 | !*.[Cc]ache/ |
| 371 | |
| 372 | # Others |
| 373 | ClientBin/ |
| 374 | ~$* |
| 375 | *.dbmdl |
| 376 | *.dbproj.schemaview |
| 377 | *.jfm |
| 378 | *.pfx |
| 379 | *.publishsettings |
| 380 | orleans.codegen.cs |
| 381 | |
| 382 | # Since there are multiple workflows, uncomment next line to ignore bower_components |
| 383 | # (https://github.com/github/gitignore/pull/1529#issuecomment-104372622) |
| 384 | #bower_components/ |
| 385 | |
| 386 | # RIA/Silverlight projects |
| 387 | Generated_Code/ |
| 388 | |
| 389 | # Backup & report files from converting an old project file |
| 390 | # to a newer Visual Studio version. Backup files are not needed, |
| 391 | # because we have git ;-) |
| 392 | _UpgradeReport_Files/ |
| 393 | Backup*/ |
| 394 | UpgradeLog*.XML |
| 395 | UpgradeLog*.htm |
| 396 | |
| 397 | # SQL Server files |
| 398 | *.mdf |
| 399 | *.ldf |
| 400 | *.ndf |
| 401 | |
| 402 | # Business Intelligence projects |
| 403 | *.rdl.data |
| 404 | *.bim.layout |
| 405 | *.bim_*.settings |
| 406 | |
| 407 | # Microsoft Fakes |
| 408 | FakesAssemblies/ |
| 409 | |
| 410 | # GhostDoc plugin setting file |
| 411 | *.GhostDoc.xml |
| 412 | |
| 413 | # Node.js Tools for Visual Studio |
| 414 | .ntvs_analysis.dat |
| 415 | node_modules/ |
| 416 | |
| 417 | # Typescript v1 declaration files |
| 418 | typings/ |
| 419 | |
| 420 | # Visual Studio 6 build log |
| 421 | *.plg |
| 422 | |
| 423 | # Visual Studio 6 workspace options file |
| 424 | *.opt |
| 425 | |
| 426 | # Visual Studio 6 auto-generated workspace file (contains which files were open etc.) |
| 427 | *.vbw |
| 428 | |
| 429 | # Visual Studio LightSwitch build output |
| 430 | **/*.HTMLClient/GeneratedArtifacts |
| 431 | **/*.DesktopClient/GeneratedArtifacts |
| 432 | **/*.DesktopClient/ModelManifest.xml |
| 433 | **/*.Server/GeneratedArtifacts |
| 434 | **/*.Server/ModelManifest.xml |
| 435 | _Pvt_Extensions |
| 436 | |
| 437 | # Paket dependency manager |
| 438 | .paket/paket.exe |
| 439 | paket-files/ |
| 440 | |
| 441 | # FAKE - F# Make |
| 442 | .fake/ |
| 443 | |
| 444 | # JetBrains Rider |
| 445 | .idea/ |
| 446 | *.sln.iml |
| 447 | |
| 448 | # CodeRush |
| 449 | .cr/ |
| 450 | |
| 451 | # Python Tools for Visual Studio (PTVS) |
| 452 | __pycache__/ |
| 453 | *.pyc |
| 454 | |
| 455 | # Cake - Uncomment if you are using it |
| 456 | # tools/** |
| 457 | # !tools/packages.config |
| 458 | |
| 459 | # Telerik's JustMock configuration file |
| 460 | *.jmconfig |
| 461 | |
| 462 | # BizTalk build output |
| 463 | *.btp.cs |
| 464 | *.btm.cs |
| 465 | *.odx.cs |
| 466 | *.xsd.cs |
| 467 | |
Kowalski, Kamil | 005a58f | 2018-01-24 13:15:17 +0100 | [diff] [blame] | 468 | ### Eclipse ### |
| 469 | |
| 470 | .metadata |
| 471 | bin/ |
| 472 | tmp/ |
| 473 | *.tmp |
| 474 | *.bak |
| 475 | *.swp |
| 476 | *~.nib |
| 477 | local.properties |
| 478 | .settings/ |
| 479 | .loadpath |
| 480 | .recommenders |
| 481 | |
| 482 | # External tool builders |
| 483 | .externalToolBuilders/ |
| 484 | |
| 485 | # Locally stored "Eclipse launch configurations" |
| 486 | *.launch |
| 487 | |
| 488 | # PyDev specific (Python IDE for Eclipse) |
| 489 | *.pydevproject |
| 490 | |
| 491 | # CDT-specific (C/C++ Development Tooling) |
| 492 | .cproject |
| 493 | |
| 494 | # Java annotation processor (APT) |
| 495 | .factorypath |
| 496 | |
| 497 | # PDT-specific (PHP Development Tools) |
| 498 | .buildpath |
| 499 | |
| 500 | # sbteclipse plugin |
| 501 | .target |
| 502 | |
| 503 | # Tern plugin |
| 504 | .tern-project |
| 505 | |
| 506 | # TeXlipse plugin |
| 507 | .texlipse |
| 508 | |
| 509 | # STS (Spring Tool Suite) |
| 510 | .springBeans |
| 511 | |
| 512 | # Code Recommenders |
| 513 | .recommenders/ |
| 514 | |
| 515 | # Scala IDE specific (Scala & Java development for Eclipse) |
| 516 | .cache-main |
| 517 | .scala_dependencies |
| 518 | .worksheet |
| 519 | |
| 520 | ### Eclipse Patch ### |
| 521 | # Eclipse Core |
| 522 | .project |
| 523 | |
| 524 | # JDT-specific (Eclipse Java Development Tools) |
| 525 | .classpath |
| 526 | |
| 527 | # End of https://www.gitignore.io/api/osx,linux,windows,pycharm,intellij,visualstudio,visualstudiocode,eclipse |