blob: eb1140e26f833855b6a1307488393e78aa82e2f6 [file] [log] [blame]
Ed Tanous0fdddb12017-02-28 11:06:34 -08001/build*
2*.pem
3*.crt
4*.key
Ed Tanous56795222017-04-06 13:27:25 -07005
Nan Zhou6e5a3262022-09-10 17:36:47 +00006# project specific
Ed Tanous75312982021-02-11 14:26:02 -08007/include/bmcweb_config.h
Nan Zhou6e5a3262022-09-10 17:36:47 +00008bmcweb_persistent_data.json
Ed Tanous56795222017-04-06 13:27:25 -07009
Nan Zhou6e5a3262022-09-10 17:36:47 +000010# Created by https://www.toptal.com/developers/gitignore/api/osx,linux,clion,meson,eclipse,windows,visualstudio,visualstudiocode
11# Edit at https://www.toptal.com/developers/gitignore/api/osx,linux,clion,meson,eclipse,windows,visualstudio,visualstudiocode
Josh Lehanf451bec2021-12-14 02:08:03 -080012
13### CLion ###
14# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
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/**/usage.statistics.xml
21.idea/**/dictionaries
22.idea/**/shelf
23
24# AWS User-specific
25.idea/**/aws.xml
26
27# Generated files
28.idea/**/contentModel.xml
29
30# Sensitive or high-churn files
31.idea/**/dataSources/
32.idea/**/dataSources.ids
33.idea/**/dataSources.local.xml
34.idea/**/sqlDataSources.xml
35.idea/**/dynamic.xml
36.idea/**/uiDesigner.xml
37.idea/**/dbnavigator.xml
38
39# Gradle
40.idea/**/gradle.xml
41.idea/**/libraries
42
43# Gradle and Maven with auto-import
44# When using Gradle or Maven with auto-import, you should exclude module files,
45# since they will be recreated, and may cause churn. Uncomment if using
46# auto-import.
47# .idea/artifacts
48# .idea/compiler.xml
49# .idea/jarRepositories.xml
50# .idea/modules.xml
51# .idea/*.iml
52# .idea/modules
53# *.iml
54# *.ipr
55
56# CMake
57cmake-build-*/
58
59# Mongo Explorer plugin
60.idea/**/mongoSettings.xml
61
62# File-based project format
63*.iws
64
65# IntelliJ
66out/
67
68# mpeltonen/sbt-idea plugin
69.idea_modules/
70
71# JIRA plugin
72atlassian-ide-plugin.xml
73
74# Cursive Clojure plugin
75.idea/replstate.xml
76
77# Crashlytics plugin (for Android Studio and IntelliJ)
78com_crashlytics_export_strings.xml
79crashlytics.properties
80crashlytics-build.properties
81fabric.properties
82
83# Editor-based Rest Client
84.idea/httpRequests
85
86# Android studio 3.1+ serialized cache file
87.idea/caches/build_file_checksums.ser
88
89### CLion Patch ###
90# Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721
91
92# *.iml
93# modules.xml
94# .idea/misc.xml
95# *.ipr
96
97# Sonarlint plugin
98# https://plugins.jetbrains.com/plugin/7973-sonarlint
99.idea/**/sonarlint/
100
101# SonarQube Plugin
102# https://plugins.jetbrains.com/plugin/7238-sonarqube-community-plugin
103.idea/**/sonarIssues.xml
104
105# Markdown Navigator plugin
106# https://plugins.jetbrains.com/plugin/7896-markdown-navigator-enhanced
107.idea/**/markdown-navigator.xml
108.idea/**/markdown-navigator-enh.xml
109.idea/**/markdown-navigator/
110
111# Cache file creation bug
112# See https://youtrack.jetbrains.com/issue/JBR-2257
113.idea/$CACHE_FILE$
114
115# CodeStream plugin
116# https://plugins.jetbrains.com/plugin/12206-codestream
117.idea/codestream.xml
Ed Tanous56795222017-04-06 13:27:25 -0700118
Wludzik, Jozefc370fad2020-10-14 20:47:12 +0200119### Eclipse ###
120.metadata
121bin/
122tmp/
123*.tmp
124*.bak
125*.swp
126*~.nib
127local.properties
128.settings/
129.loadpath
130.recommenders
Ed Tanous56795222017-04-06 13:27:25 -0700131
Wludzik, Jozefc370fad2020-10-14 20:47:12 +0200132# External tool builders
133.externalToolBuilders/
134
135# Locally stored "Eclipse launch configurations"
136*.launch
137
138# PyDev specific (Python IDE for Eclipse)
139*.pydevproject
140
141# CDT-specific (C/C++ Development Tooling)
142.cproject
143
144# CDT- autotools
145.autotools
146
147# Java annotation processor (APT)
148.factorypath
149
150# PDT-specific (PHP Development Tools)
151.buildpath
152
153# sbteclipse plugin
154.target
155
156# Tern plugin
157.tern-project
158
159# TeXlipse plugin
160.texlipse
161
162# STS (Spring Tool Suite)
163.springBeans
164
165# Code Recommenders
166.recommenders/
167
168# Annotation Processing
169.apt_generated/
170.apt_generated_test/
171
172# Scala IDE specific (Scala & Java development for Eclipse)
173.cache-main
174.scala_dependencies
175.worksheet
176
177# Uncomment this line if you wish to ignore the project description file.
178# Typically, this file would be tracked if it contains build/dependency configurations:
179#.project
180
181### Eclipse Patch ###
182# Spring Boot Tooling
183.sts4-cache/
Ed Tanous56795222017-04-06 13:27:25 -0700184
Ed Tanous56795222017-04-06 13:27:25 -0700185### Linux ###
186*~
187
188# temporary files which can be created if a process still has a handle open of a deleted file
189.fuse_hidden*
190
191# KDE directory preferences
192.directory
193
194# Linux trash folder which might appear on any partition or disk
195.Trash-*
196
197# .nfs files are created when an open file is removed but is still being accessed
198.nfs*
199
Wludzik, Jozefc370fad2020-10-14 20:47:12 +0200200### Meson ###
201# subproject directories
202/subprojects/*
203!/subprojects/*.wrap
204
205# Meson Directories
206meson-logs
207meson-private
208
209# Meson Files
210meson_benchmark_setup.dat
211meson_test_setup.dat
212sanitycheckcpp.cc # C++ specific
213sanitycheckcpp.exe # C++ specific
214
215# Ninja
216build.ninja
217.ninja_deps
218.ninja_logs
219
220# Misc
221compile_commands.json
222
Ed Tanous56795222017-04-06 13:27:25 -0700223### OSX ###
Wludzik, Jozefc370fad2020-10-14 20:47:12 +0200224# General
225.DS_Store
Ed Tanous56795222017-04-06 13:27:25 -0700226.AppleDouble
227.LSOverride
228
229# Icon must end with two \r
230Icon
231
Josh Lehanf451bec2021-12-14 02:08:03 -0800232
Ed Tanous56795222017-04-06 13:27:25 -0700233# Thumbnails
234._*
235
236# Files that might appear in the root of a volume
237.DocumentRevisions-V100
238.fseventsd
239.Spotlight-V100
240.TemporaryItems
241.Trashes
242.VolumeIcon.icns
243.com.apple.timemachine.donotpresent
244
245# Directories potentially created on remote AFP share
246.AppleDB
247.AppleDesktop
248Network Trash Folder
249Temporary Items
250.apdisk
251
Ed Tanous56795222017-04-06 13:27:25 -0700252### VisualStudioCode ###
Wludzik, Jozefc370fad2020-10-14 20:47:12 +0200253.vscode/*
254!.vscode/settings.json
255!.vscode/tasks.json
256!.vscode/launch.json
257!.vscode/extensions.json
258*.code-workspace
259
Josh Lehanf451bec2021-12-14 02:08:03 -0800260# Local History for Visual Studio Code
261.history/
262
Wludzik, Jozefc370fad2020-10-14 20:47:12 +0200263### VisualStudioCode Patch ###
264# Ignore all local history of files
265.history
266.ionide
Ed Tanous56795222017-04-06 13:27:25 -0700267
Josh Lehanf451bec2021-12-14 02:08:03 -0800268# Support for Project snippet scope
269!.vscode/*.code-snippets
270
Ed Tanous56795222017-04-06 13:27:25 -0700271### Windows ###
272# Windows thumbnail cache files
273Thumbs.db
Wludzik, Jozefc370fad2020-10-14 20:47:12 +0200274Thumbs.db:encryptable
Ed Tanous56795222017-04-06 13:27:25 -0700275ehthumbs.db
276ehthumbs_vista.db
277
Wludzik, Jozefc370fad2020-10-14 20:47:12 +0200278# Dump file
279*.stackdump
280
Ed Tanous56795222017-04-06 13:27:25 -0700281# Folder config file
Wludzik, Jozefc370fad2020-10-14 20:47:12 +0200282[Dd]esktop.ini
Ed Tanous56795222017-04-06 13:27:25 -0700283
284# Recycle Bin used on file shares
285$RECYCLE.BIN/
286
287# Windows Installer files
288*.cab
289*.msi
Wludzik, Jozefc370fad2020-10-14 20:47:12 +0200290*.msix
Ed Tanous56795222017-04-06 13:27:25 -0700291*.msm
292*.msp
293
294# Windows shortcuts
295*.lnk
296
297### VisualStudio ###
298## Ignore Visual Studio temporary files, build results, and
299## files generated by popular Visual Studio add-ons.
300##
301## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
302
303# User-specific files
Wludzik, Jozefc370fad2020-10-14 20:47:12 +0200304*.rsuser
Ed Tanous56795222017-04-06 13:27:25 -0700305*.suo
306*.user
307*.userosscache
308*.sln.docstates
309
310# User-specific files (MonoDevelop/Xamarin Studio)
311*.userprefs
312
Wludzik, Jozefc370fad2020-10-14 20:47:12 +0200313# Mono auto generated files
314mono_crash.*
315
Ed Tanous56795222017-04-06 13:27:25 -0700316# Build results
317[Dd]ebug/
318[Dd]ebugPublic/
319[Rr]elease/
320[Rr]eleases/
321x64/
322x86/
Josh Lehanf451bec2021-12-14 02:08:03 -0800323[Ww][Ii][Nn]32/
Wludzik, Jozefc370fad2020-10-14 20:47:12 +0200324[Aa][Rr][Mm]/
325[Aa][Rr][Mm]64/
Ed Tanous56795222017-04-06 13:27:25 -0700326bld/
327[Bb]in/
328[Oo]bj/
329[Ll]og/
Wludzik, Jozefc370fad2020-10-14 20:47:12 +0200330[Ll]ogs/
Ed Tanous56795222017-04-06 13:27:25 -0700331
Wludzik, Jozefc370fad2020-10-14 20:47:12 +0200332# Visual Studio 2015/2017 cache/options directory
Ed Tanous56795222017-04-06 13:27:25 -0700333.vs/
334# Uncomment if you have tasks that create the project's static files in wwwroot
335#wwwroot/
336
Wludzik, Jozefc370fad2020-10-14 20:47:12 +0200337# Visual Studio 2017 auto generated files
338Generated\ Files/
339
Ed Tanous56795222017-04-06 13:27:25 -0700340# MSTest test Results
341[Tt]est[Rr]esult*/
342[Bb]uild[Ll]og.*
343
Wludzik, Jozefc370fad2020-10-14 20:47:12 +0200344# NUnit
Ed Tanous56795222017-04-06 13:27:25 -0700345*.VisualState.xml
346TestResult.xml
Wludzik, Jozefc370fad2020-10-14 20:47:12 +0200347nunit-*.xml
Ed Tanous56795222017-04-06 13:27:25 -0700348
349# Build Results of an ATL Project
350[Dd]ebugPS/
351[Rr]eleasePS/
352dlldata.c
353
Wludzik, Jozefc370fad2020-10-14 20:47:12 +0200354# Benchmark Results
355BenchmarkDotNet.Artifacts/
356
Ed Tanous56795222017-04-06 13:27:25 -0700357# .NET Core
358project.lock.json
359project.fragment.lock.json
360artifacts/
Ed Tanous56795222017-04-06 13:27:25 -0700361
Josh Lehanf451bec2021-12-14 02:08:03 -0800362# ASP.NET Scaffolding
363ScaffoldingReadMe.txt
364
Wludzik, Jozefc370fad2020-10-14 20:47:12 +0200365# StyleCop
366StyleCopReport.xml
367
368# Files built by Visual Studio
Ed Tanous56795222017-04-06 13:27:25 -0700369*_i.c
370*_p.c
Wludzik, Jozefc370fad2020-10-14 20:47:12 +0200371*_h.h
Ed Tanous56795222017-04-06 13:27:25 -0700372*.ilk
373*.meta
374*.obj
Wludzik, Jozefc370fad2020-10-14 20:47:12 +0200375*.iobj
Ed Tanous56795222017-04-06 13:27:25 -0700376*.pch
377*.pdb
Wludzik, Jozefc370fad2020-10-14 20:47:12 +0200378*.ipdb
Ed Tanous56795222017-04-06 13:27:25 -0700379*.pgc
380*.pgd
381*.rsp
382*.sbr
383*.tlb
384*.tli
385*.tlh
Ed Tanous56795222017-04-06 13:27:25 -0700386*.tmp_proj
Wludzik, Jozefc370fad2020-10-14 20:47:12 +0200387*_wpftmp.csproj
Ed Tanous56795222017-04-06 13:27:25 -0700388*.log
Josh Lehanf451bec2021-12-14 02:08:03 -0800389*.tlog
Ed Tanous56795222017-04-06 13:27:25 -0700390*.vspscc
391*.vssscc
392.builds
393*.pidb
394*.svclog
395*.scc
396
397# Chutzpah Test files
398_Chutzpah*
399
400# Visual C++ cache files
401ipch/
402*.aps
403*.ncb
404*.opendb
405*.opensdf
406*.sdf
407*.cachefile
408*.VC.db
409*.VC.VC.opendb
410
411# Visual Studio profiler
412*.psess
413*.vsp
414*.vspx
415*.sap
416
Wludzik, Jozefc370fad2020-10-14 20:47:12 +0200417# Visual Studio Trace Files
418*.e2e
419
Ed Tanous56795222017-04-06 13:27:25 -0700420# TFS 2012 Local Workspace
421$tf/
422
423# Guidance Automation Toolkit
424*.gpState
425
426# ReSharper is a .NET coding add-in
427_ReSharper*/
428*.[Rr]e[Ss]harper
429*.DotSettings.user
430
Ed Tanous56795222017-04-06 13:27:25 -0700431# TeamCity is a build add-in
432_TeamCity*
433
434# DotCover is a Code Coverage Tool
435*.dotCover
436
Wludzik, Jozefc370fad2020-10-14 20:47:12 +0200437# AxoCover is a Code Coverage Tool
438.axoCover/*
439!.axoCover/settings.json
440
441# Coverlet is a free, cross platform Code Coverage Tool
Josh Lehanf451bec2021-12-14 02:08:03 -0800442coverage*.json
443coverage*.xml
444coverage*.info
Wludzik, Jozefc370fad2020-10-14 20:47:12 +0200445
Ed Tanous56795222017-04-06 13:27:25 -0700446# Visual Studio code coverage results
447*.coverage
448*.coveragexml
449
450# NCrunch
451_NCrunch_*
452.*crunch*.local.xml
453nCrunchTemp_*
454
455# MightyMoose
456*.mm.*
457AutoTest.Net/
458
459# Web workbench (sass)
460.sass-cache/
461
462# Installshield output folder
463[Ee]xpress/
464
465# DocProject is a documentation generator add-in
466DocProject/buildhelp/
467DocProject/Help/*.HxT
468DocProject/Help/*.HxC
469DocProject/Help/*.hhc
470DocProject/Help/*.hhk
471DocProject/Help/*.hhp
472DocProject/Help/Html2
473DocProject/Help/html
474
475# Click-Once directory
476publish/
477
478# Publish Web Output
479*.[Pp]ublish.xml
480*.azurePubxml
Wludzik, Jozefc370fad2020-10-14 20:47:12 +0200481# Note: Comment the next line if you want to checkin your web deploy settings,
Ed Tanous56795222017-04-06 13:27:25 -0700482# but database connection strings (with potential passwords) will be unencrypted
483*.pubxml
484*.publishproj
485
486# Microsoft Azure Web App publish settings. Comment the next line if you want to
487# checkin your Azure Web App publish settings, but sensitive information contained
488# in these scripts will be unencrypted
489PublishScripts/
490
491# NuGet Packages
492*.nupkg
Wludzik, Jozefc370fad2020-10-14 20:47:12 +0200493# NuGet Symbol Packages
494*.snupkg
Ed Tanous56795222017-04-06 13:27:25 -0700495# The packages folder can be ignored because of Package Restore
Wludzik, Jozefc370fad2020-10-14 20:47:12 +0200496**/[Pp]ackages/*
Ed Tanous56795222017-04-06 13:27:25 -0700497# except build/, which is used as an MSBuild target.
Wludzik, Jozefc370fad2020-10-14 20:47:12 +0200498!**/[Pp]ackages/build/
Ed Tanous56795222017-04-06 13:27:25 -0700499# Uncomment if necessary however generally it will be regenerated when needed
Wludzik, Jozefc370fad2020-10-14 20:47:12 +0200500#!**/[Pp]ackages/repositories.config
Ed Tanous56795222017-04-06 13:27:25 -0700501# NuGet v3's project.json files produces more ignorable files
502*.nuget.props
503*.nuget.targets
504
Josh Lehanf451bec2021-12-14 02:08:03 -0800505# Nuget personal access tokens and Credentials
506# nuget.config
507
Ed Tanous56795222017-04-06 13:27:25 -0700508# Microsoft Azure Build Output
509csx/
510*.build.csdef
511
512# Microsoft Azure Emulator
513ecf/
514rcf/
515
516# Windows Store app package directories and files
517AppPackages/
518BundleArtifacts/
519Package.StoreAssociation.xml
520_pkginfo.txt
Wludzik, Jozefc370fad2020-10-14 20:47:12 +0200521*.appx
522*.appxbundle
523*.appxupload
Ed Tanous56795222017-04-06 13:27:25 -0700524
525# Visual Studio cache files
526# files ending in .cache can be ignored
527*.[Cc]ache
528# but keep track of directories ending in .cache
Wludzik, Jozefc370fad2020-10-14 20:47:12 +0200529!?*.[Cc]ache/
Ed Tanous56795222017-04-06 13:27:25 -0700530
531# Others
532ClientBin/
533~$*
534*.dbmdl
535*.dbproj.schemaview
536*.jfm
537*.pfx
538*.publishsettings
539orleans.codegen.cs
540
Wludzik, Jozefc370fad2020-10-14 20:47:12 +0200541# Including strong name files can present a security risk
542# (https://github.com/github/gitignore/pull/2483#issue-259490424)
543#*.snk
544
Ed Tanous56795222017-04-06 13:27:25 -0700545# Since there are multiple workflows, uncomment next line to ignore bower_components
546# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
547#bower_components/
548
549# RIA/Silverlight projects
550Generated_Code/
551
552# Backup & report files from converting an old project file
553# to a newer Visual Studio version. Backup files are not needed,
554# because we have git ;-)
555_UpgradeReport_Files/
556Backup*/
557UpgradeLog*.XML
558UpgradeLog*.htm
Wludzik, Jozefc370fad2020-10-14 20:47:12 +0200559ServiceFabricBackup/
560*.rptproj.bak
Ed Tanous56795222017-04-06 13:27:25 -0700561
562# SQL Server files
563*.mdf
564*.ldf
565*.ndf
566
567# Business Intelligence projects
568*.rdl.data
569*.bim.layout
570*.bim_*.settings
Wludzik, Jozefc370fad2020-10-14 20:47:12 +0200571*.rptproj.rsuser
572*- [Bb]ackup.rdl
573*- [Bb]ackup ([0-9]).rdl
574*- [Bb]ackup ([0-9][0-9]).rdl
Ed Tanous56795222017-04-06 13:27:25 -0700575
576# Microsoft Fakes
577FakesAssemblies/
578
579# GhostDoc plugin setting file
580*.GhostDoc.xml
581
582# Node.js Tools for Visual Studio
583.ntvs_analysis.dat
584node_modules/
585
Ed Tanous56795222017-04-06 13:27:25 -0700586# Visual Studio 6 build log
587*.plg
588
589# Visual Studio 6 workspace options file
590*.opt
591
592# Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
593*.vbw
594
595# Visual Studio LightSwitch build output
596**/*.HTMLClient/GeneratedArtifacts
597**/*.DesktopClient/GeneratedArtifacts
598**/*.DesktopClient/ModelManifest.xml
599**/*.Server/GeneratedArtifacts
600**/*.Server/ModelManifest.xml
601_Pvt_Extensions
602
603# Paket dependency manager
604.paket/paket.exe
605paket-files/
606
607# FAKE - F# Make
608.fake/
609
Wludzik, Jozefc370fad2020-10-14 20:47:12 +0200610# CodeRush personal settings
611.cr/personal
Ed Tanous56795222017-04-06 13:27:25 -0700612
613# Python Tools for Visual Studio (PTVS)
614__pycache__/
615*.pyc
616
617# Cake - Uncomment if you are using it
618# tools/**
619# !tools/packages.config
620
Wludzik, Jozefc370fad2020-10-14 20:47:12 +0200621# Tabs Studio
622*.tss
623
Ed Tanous56795222017-04-06 13:27:25 -0700624# Telerik's JustMock configuration file
625*.jmconfig
626
627# BizTalk build output
628*.btp.cs
629*.btm.cs
630*.odx.cs
631*.xsd.cs
632
Wludzik, Jozefc370fad2020-10-14 20:47:12 +0200633# OpenCover UI analysis results
634OpenCover/
Kowalski, Kamil005a58f2018-01-24 13:15:17 +0100635
Wludzik, Jozefc370fad2020-10-14 20:47:12 +0200636# Azure Stream Analytics local run output
637ASALocalRun/
Kowalski, Kamil005a58f2018-01-24 13:15:17 +0100638
Wludzik, Jozefc370fad2020-10-14 20:47:12 +0200639# MSBuild Binary and Structured Log
640*.binlog
Kowalski, Kamil005a58f2018-01-24 13:15:17 +0100641
Wludzik, Jozefc370fad2020-10-14 20:47:12 +0200642# NVidia Nsight GPU debugger configuration file
643*.nvuser
Kowalski, Kamil005a58f2018-01-24 13:15:17 +0100644
Wludzik, Jozefc370fad2020-10-14 20:47:12 +0200645# MFractors (Xamarin productivity tool) working folder
646.mfractor/
Kowalski, Kamil005a58f2018-01-24 13:15:17 +0100647
Wludzik, Jozefc370fad2020-10-14 20:47:12 +0200648# Local History for Visual Studio
649.localhistory/
Kowalski, Kamil005a58f2018-01-24 13:15:17 +0100650
Wludzik, Jozefc370fad2020-10-14 20:47:12 +0200651# BeatPulse healthcheck temp database
652healthchecksdb
Kowalski, Kamil005a58f2018-01-24 13:15:17 +0100653
Wludzik, Jozefc370fad2020-10-14 20:47:12 +0200654# Backup folder for Package Reference Convert tool in Visual Studio 2017
655MigrationBackup/
Kowalski, Kamil005a58f2018-01-24 13:15:17 +0100656
Wludzik, Jozefc370fad2020-10-14 20:47:12 +0200657# Ionide (cross platform F# VS Code tools) working folder
658.ionide/
Kowalski, Kamil005a58f2018-01-24 13:15:17 +0100659
Josh Lehanf451bec2021-12-14 02:08:03 -0800660# Fody - auto-generated XML schema
661FodyWeavers.xsd
662
663# VS Code files for those working on multiple tools
664
665# Local History for Visual Studio Code
666
667# Windows Installer files from build outputs
668
669# JetBrains Rider
670.idea/
671*.sln.iml
672
673### VisualStudio Patch ###
674# Additional files built by Visual Studio
675
Nan Zhou6e5a3262022-09-10 17:36:47 +0000676# End of https://www.toptal.com/developers/gitignore/api/osx,linux,clion,meson,eclipse,windows,visualstudio,visualstudiocode