1/build* 2*.pem 3*.crt 4*.key 5 6/include/bmcweb_config.h 7 8# Created by https://www.toptal.com/developers/gitignore/api/osx,linux,windows,pycharm,intellij,visualstudio,visualstudiocode,eclipse,meson 9# Edit at https://www.toptal.com/developers/gitignore?templates=osx,linux,windows,pycharm,intellij,visualstudio,visualstudiocode,eclipse,meson 10 11### Eclipse ### 12.metadata 13bin/ 14tmp/ 15*.tmp 16*.bak 17*.swp 18*~.nib 19local.properties 20.settings/ 21.loadpath 22.recommenders 23 24# External tool builders 25.externalToolBuilders/ 26 27# Locally stored "Eclipse launch configurations" 28*.launch 29 30# PyDev specific (Python IDE for Eclipse) 31*.pydevproject 32 33# CDT-specific (C/C++ Development Tooling) 34.cproject 35 36# CDT- autotools 37.autotools 38 39# Java annotation processor (APT) 40.factorypath 41 42# PDT-specific (PHP Development Tools) 43.buildpath 44 45# sbteclipse plugin 46.target 47 48# Tern plugin 49.tern-project 50 51# TeXlipse plugin 52.texlipse 53 54# STS (Spring Tool Suite) 55.springBeans 56 57# Code Recommenders 58.recommenders/ 59 60# Annotation Processing 61.apt_generated/ 62.apt_generated_test/ 63 64# Scala IDE specific (Scala & Java development for Eclipse) 65.cache-main 66.scala_dependencies 67.worksheet 68 69# Uncomment this line if you wish to ignore the project description file. 70# Typically, this file would be tracked if it contains build/dependency configurations: 71#.project 72 73### Eclipse Patch ### 74# Spring Boot Tooling 75.sts4-cache/ 76 77### Intellij ### 78# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider 79# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 80 81# User-specific stuff 82.idea/**/workspace.xml 83.idea/**/tasks.xml 84.idea/**/usage.statistics.xml 85.idea/**/dictionaries 86.idea/**/shelf 87 88# Generated files 89.idea/**/contentModel.xml 90 91# Sensitive or high-churn files 92.idea/**/dataSources/ 93.idea/**/dataSources.ids 94.idea/**/dataSources.local.xml 95.idea/**/sqlDataSources.xml 96.idea/**/dynamic.xml 97.idea/**/uiDesigner.xml 98.idea/**/dbnavigator.xml 99 100# Gradle 101.idea/**/gradle.xml 102.idea/**/libraries 103 104# Gradle and Maven with auto-import 105# When using Gradle or Maven with auto-import, you should exclude module files, 106# since they will be recreated, and may cause churn. Uncomment if using 107# auto-import. 108# .idea/artifacts 109# .idea/compiler.xml 110# .idea/jarRepositories.xml 111# .idea/modules.xml 112# .idea/*.iml 113# .idea/modules 114# *.iml 115# *.ipr 116 117# CMake 118cmake-build-*/ 119 120# Mongo Explorer plugin 121.idea/**/mongoSettings.xml 122 123# File-based project format 124*.iws 125 126# IntelliJ 127out/ 128 129# mpeltonen/sbt-idea plugin 130.idea_modules/ 131 132# JIRA plugin 133atlassian-ide-plugin.xml 134 135# Cursive Clojure plugin 136.idea/replstate.xml 137 138# Crashlytics plugin (for Android Studio and IntelliJ) 139com_crashlytics_export_strings.xml 140crashlytics.properties 141crashlytics-build.properties 142fabric.properties 143 144# Editor-based Rest Client 145.idea/httpRequests 146 147# Android studio 3.1+ serialized cache file 148.idea/caches/build_file_checksums.ser 149 150### Intellij Patch ### 151# Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721 152 153# *.iml 154# modules.xml 155# .idea/misc.xml 156# *.ipr 157 158# Sonarlint plugin 159# https://plugins.jetbrains.com/plugin/7973-sonarlint 160.idea/**/sonarlint/ 161 162# SonarQube Plugin 163# https://plugins.jetbrains.com/plugin/7238-sonarqube-community-plugin 164.idea/**/sonarIssues.xml 165 166# Markdown Navigator plugin 167# https://plugins.jetbrains.com/plugin/7896-markdown-navigator-enhanced 168.idea/**/markdown-navigator.xml 169.idea/**/markdown-navigator-enh.xml 170.idea/**/markdown-navigator/ 171 172# Cache file creation bug 173# See https://youtrack.jetbrains.com/issue/JBR-2257 174.idea/$CACHE_FILE$ 175 176# CodeStream plugin 177# https://plugins.jetbrains.com/plugin/12206-codestream 178.idea/codestream.xml 179 180### Linux ### 181*~ 182 183# temporary files which can be created if a process still has a handle open of a deleted file 184.fuse_hidden* 185 186# KDE directory preferences 187.directory 188 189# Linux trash folder which might appear on any partition or disk 190.Trash-* 191 192# .nfs files are created when an open file is removed but is still being accessed 193.nfs* 194 195### Meson ### 196# subproject directories 197/subprojects/* 198!/subprojects/*.wrap 199 200# Meson Directories 201meson-logs 202meson-private 203 204# Meson Files 205meson_benchmark_setup.dat 206meson_test_setup.dat 207sanitycheckcpp.cc # C++ specific 208sanitycheckcpp.exe # C++ specific 209 210# Ninja 211build.ninja 212.ninja_deps 213.ninja_logs 214 215# Misc 216compile_commands.json 217 218### OSX ### 219# General 220.DS_Store 221.AppleDouble 222.LSOverride 223 224# Icon must end with two \r 225Icon 226 227# Thumbnails 228._* 229 230# Files that might appear in the root of a volume 231.DocumentRevisions-V100 232.fseventsd 233.Spotlight-V100 234.TemporaryItems 235.Trashes 236.VolumeIcon.icns 237.com.apple.timemachine.donotpresent 238 239# Directories potentially created on remote AFP share 240.AppleDB 241.AppleDesktop 242Network Trash Folder 243Temporary Items 244.apdisk 245 246### PyCharm ### 247# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider 248# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 249 250# User-specific stuff 251 252# Generated files 253 254# Sensitive or high-churn files 255 256# Gradle 257 258# Gradle and Maven with auto-import 259# When using Gradle or Maven with auto-import, you should exclude module files, 260# since they will be recreated, and may cause churn. Uncomment if using 261# auto-import. 262# .idea/artifacts 263# .idea/compiler.xml 264# .idea/jarRepositories.xml 265# .idea/modules.xml 266# .idea/*.iml 267# .idea/modules 268# *.iml 269# *.ipr 270 271# CMake 272 273# Mongo Explorer plugin 274 275# File-based project format 276 277# IntelliJ 278 279# mpeltonen/sbt-idea plugin 280 281# JIRA plugin 282 283# Cursive Clojure plugin 284 285# Crashlytics plugin (for Android Studio and IntelliJ) 286 287# Editor-based Rest Client 288 289# Android studio 3.1+ serialized cache file 290 291### PyCharm Patch ### 292# Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721 293 294# *.iml 295# modules.xml 296# .idea/misc.xml 297# *.ipr 298 299# Sonarlint plugin 300# https://plugins.jetbrains.com/plugin/7973-sonarlint 301 302# SonarQube Plugin 303# https://plugins.jetbrains.com/plugin/7238-sonarqube-community-plugin 304 305# Markdown Navigator plugin 306# https://plugins.jetbrains.com/plugin/7896-markdown-navigator-enhanced 307 308# Cache file creation bug 309# See https://youtrack.jetbrains.com/issue/JBR-2257 310 311# CodeStream plugin 312# https://plugins.jetbrains.com/plugin/12206-codestream 313 314### VisualStudioCode ### 315.vscode/* 316!.vscode/settings.json 317!.vscode/tasks.json 318!.vscode/launch.json 319!.vscode/extensions.json 320*.code-workspace 321 322### VisualStudioCode Patch ### 323# Ignore all local history of files 324.history 325.ionide 326 327### Windows ### 328# Windows thumbnail cache files 329Thumbs.db 330Thumbs.db:encryptable 331ehthumbs.db 332ehthumbs_vista.db 333 334# Dump file 335*.stackdump 336 337# Folder config file 338[Dd]esktop.ini 339 340# Recycle Bin used on file shares 341$RECYCLE.BIN/ 342 343# Windows Installer files 344*.cab 345*.msi 346*.msix 347*.msm 348*.msp 349 350# Windows shortcuts 351*.lnk 352 353### VisualStudio ### 354## Ignore Visual Studio temporary files, build results, and 355## files generated by popular Visual Studio add-ons. 356## 357## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore 358 359# User-specific files 360*.rsuser 361*.suo 362*.user 363*.userosscache 364*.sln.docstates 365 366# User-specific files (MonoDevelop/Xamarin Studio) 367*.userprefs 368 369# Mono auto generated files 370mono_crash.* 371 372# Build results 373[Dd]ebug/ 374[Dd]ebugPublic/ 375[Rr]elease/ 376[Rr]eleases/ 377x64/ 378x86/ 379[Aa][Rr][Mm]/ 380[Aa][Rr][Mm]64/ 381bld/ 382[Bb]in/ 383[Oo]bj/ 384[Ll]og/ 385[Ll]ogs/ 386 387# Visual Studio 2015/2017 cache/options directory 388.vs/ 389# Uncomment if you have tasks that create the project's static files in wwwroot 390#wwwroot/ 391 392# Visual Studio 2017 auto generated files 393Generated\ Files/ 394 395# MSTest test Results 396[Tt]est[Rr]esult*/ 397[Bb]uild[Ll]og.* 398 399# NUnit 400*.VisualState.xml 401TestResult.xml 402nunit-*.xml 403 404# Build Results of an ATL Project 405[Dd]ebugPS/ 406[Rr]eleasePS/ 407dlldata.c 408 409# Benchmark Results 410BenchmarkDotNet.Artifacts/ 411 412# .NET Core 413project.lock.json 414project.fragment.lock.json 415artifacts/ 416 417# StyleCop 418StyleCopReport.xml 419 420# Files built by Visual Studio 421*_i.c 422*_p.c 423*_h.h 424*.ilk 425*.meta 426*.obj 427*.iobj 428*.pch 429*.pdb 430*.ipdb 431*.pgc 432*.pgd 433*.rsp 434*.sbr 435*.tlb 436*.tli 437*.tlh 438*.tmp_proj 439*_wpftmp.csproj 440*.log 441*.vspscc 442*.vssscc 443.builds 444*.pidb 445*.svclog 446*.scc 447 448# Chutzpah Test files 449_Chutzpah* 450 451# Visual C++ cache files 452ipch/ 453*.aps 454*.ncb 455*.opendb 456*.opensdf 457*.sdf 458*.cachefile 459*.VC.db 460*.VC.VC.opendb 461 462# Visual Studio profiler 463*.psess 464*.vsp 465*.vspx 466*.sap 467 468# Visual Studio Trace Files 469*.e2e 470 471# TFS 2012 Local Workspace 472$tf/ 473 474# Guidance Automation Toolkit 475*.gpState 476 477# ReSharper is a .NET coding add-in 478_ReSharper*/ 479*.[Rr]e[Ss]harper 480*.DotSettings.user 481 482# TeamCity is a build add-in 483_TeamCity* 484 485# DotCover is a Code Coverage Tool 486*.dotCover 487 488# AxoCover is a Code Coverage Tool 489.axoCover/* 490!.axoCover/settings.json 491 492# Coverlet is a free, cross platform Code Coverage Tool 493coverage*[.json, .xml, .info] 494 495# Visual Studio code coverage results 496*.coverage 497*.coveragexml 498 499# NCrunch 500_NCrunch_* 501.*crunch*.local.xml 502nCrunchTemp_* 503 504# MightyMoose 505*.mm.* 506AutoTest.Net/ 507 508# Web workbench (sass) 509.sass-cache/ 510 511# Installshield output folder 512[Ee]xpress/ 513 514# DocProject is a documentation generator add-in 515DocProject/buildhelp/ 516DocProject/Help/*.HxT 517DocProject/Help/*.HxC 518DocProject/Help/*.hhc 519DocProject/Help/*.hhk 520DocProject/Help/*.hhp 521DocProject/Help/Html2 522DocProject/Help/html 523 524# Click-Once directory 525publish/ 526 527# Publish Web Output 528*.[Pp]ublish.xml 529*.azurePubxml 530# Note: Comment the next line if you want to checkin your web deploy settings, 531# but database connection strings (with potential passwords) will be unencrypted 532*.pubxml 533*.publishproj 534 535# Microsoft Azure Web App publish settings. Comment the next line if you want to 536# checkin your Azure Web App publish settings, but sensitive information contained 537# in these scripts will be unencrypted 538PublishScripts/ 539 540# NuGet Packages 541*.nupkg 542# NuGet Symbol Packages 543*.snupkg 544# The packages folder can be ignored because of Package Restore 545**/[Pp]ackages/* 546# except build/, which is used as an MSBuild target. 547!**/[Pp]ackages/build/ 548# Uncomment if necessary however generally it will be regenerated when needed 549#!**/[Pp]ackages/repositories.config 550# NuGet v3's project.json files produces more ignorable files 551*.nuget.props 552*.nuget.targets 553 554# Microsoft Azure Build Output 555csx/ 556*.build.csdef 557 558# Microsoft Azure Emulator 559ecf/ 560rcf/ 561 562# Windows Store app package directories and files 563AppPackages/ 564BundleArtifacts/ 565Package.StoreAssociation.xml 566_pkginfo.txt 567*.appx 568*.appxbundle 569*.appxupload 570 571# Visual Studio cache files 572# files ending in .cache can be ignored 573*.[Cc]ache 574# but keep track of directories ending in .cache 575!?*.[Cc]ache/ 576 577# Others 578ClientBin/ 579~$* 580*.dbmdl 581*.dbproj.schemaview 582*.jfm 583*.pfx 584*.publishsettings 585orleans.codegen.cs 586 587# Including strong name files can present a security risk 588# (https://github.com/github/gitignore/pull/2483#issue-259490424) 589#*.snk 590 591# Since there are multiple workflows, uncomment next line to ignore bower_components 592# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622) 593#bower_components/ 594 595# RIA/Silverlight projects 596Generated_Code/ 597 598# Backup & report files from converting an old project file 599# to a newer Visual Studio version. Backup files are not needed, 600# because we have git ;-) 601_UpgradeReport_Files/ 602Backup*/ 603UpgradeLog*.XML 604UpgradeLog*.htm 605ServiceFabricBackup/ 606*.rptproj.bak 607 608# SQL Server files 609*.mdf 610*.ldf 611*.ndf 612 613# Business Intelligence projects 614*.rdl.data 615*.bim.layout 616*.bim_*.settings 617*.rptproj.rsuser 618*- [Bb]ackup.rdl 619*- [Bb]ackup ([0-9]).rdl 620*- [Bb]ackup ([0-9][0-9]).rdl 621 622# Microsoft Fakes 623FakesAssemblies/ 624 625# GhostDoc plugin setting file 626*.GhostDoc.xml 627 628# Node.js Tools for Visual Studio 629.ntvs_analysis.dat 630node_modules/ 631 632# Visual Studio 6 build log 633*.plg 634 635# Visual Studio 6 workspace options file 636*.opt 637 638# Visual Studio 6 auto-generated workspace file (contains which files were open etc.) 639*.vbw 640 641# Visual Studio LightSwitch build output 642**/*.HTMLClient/GeneratedArtifacts 643**/*.DesktopClient/GeneratedArtifacts 644**/*.DesktopClient/ModelManifest.xml 645**/*.Server/GeneratedArtifacts 646**/*.Server/ModelManifest.xml 647_Pvt_Extensions 648 649# Paket dependency manager 650.paket/paket.exe 651paket-files/ 652 653# FAKE - F# Make 654.fake/ 655 656# CodeRush personal settings 657.cr/personal 658 659# Python Tools for Visual Studio (PTVS) 660__pycache__/ 661*.pyc 662 663# Cake - Uncomment if you are using it 664# tools/** 665# !tools/packages.config 666 667# Tabs Studio 668*.tss 669 670# Telerik's JustMock configuration file 671*.jmconfig 672 673# BizTalk build output 674*.btp.cs 675*.btm.cs 676*.odx.cs 677*.xsd.cs 678 679# OpenCover UI analysis results 680OpenCover/ 681 682# Azure Stream Analytics local run output 683ASALocalRun/ 684 685# MSBuild Binary and Structured Log 686*.binlog 687 688# NVidia Nsight GPU debugger configuration file 689*.nvuser 690 691# MFractors (Xamarin productivity tool) working folder 692.mfractor/ 693 694# Local History for Visual Studio 695.localhistory/ 696 697# BeatPulse healthcheck temp database 698healthchecksdb 699 700# Backup folder for Package Reference Convert tool in Visual Studio 2017 701MigrationBackup/ 702 703# Ionide (cross platform F# VS Code tools) working folder 704.ionide/ 705 706# End of https://www.toptal.com/developers/gitignore/api/osx,linux,windows,pycharm,intellij,visualstudio,visualstudiocode,eclipse,meson 707