xref: /openbmc/bmcweb/.gitignore (revision 9d424669)
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!/subprojects/.clang-tidy
200!/subprojects/.clang-format
201
202# Meson Directories
203meson-logs
204meson-private
205
206# Meson Files
207meson_benchmark_setup.dat
208meson_test_setup.dat
209sanitycheckcpp.cc     # C++ specific
210sanitycheckcpp.exe    # C++ specific
211
212# Ninja
213build.ninja
214.ninja_deps
215.ninja_logs
216
217# Misc
218compile_commands.json
219
220### OSX ###
221# General
222.DS_Store
223.AppleDouble
224.LSOverride
225
226# Icon must end with two \r
227Icon
228
229# Thumbnails
230._*
231
232# Files that might appear in the root of a volume
233.DocumentRevisions-V100
234.fseventsd
235.Spotlight-V100
236.TemporaryItems
237.Trashes
238.VolumeIcon.icns
239.com.apple.timemachine.donotpresent
240
241# Directories potentially created on remote AFP share
242.AppleDB
243.AppleDesktop
244Network Trash Folder
245Temporary Items
246.apdisk
247
248### PyCharm ###
249# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
250# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
251
252# User-specific stuff
253
254# Generated files
255
256# Sensitive or high-churn files
257
258# Gradle
259
260# Gradle and Maven with auto-import
261# When using Gradle or Maven with auto-import, you should exclude module files,
262# since they will be recreated, and may cause churn.  Uncomment if using
263# auto-import.
264# .idea/artifacts
265# .idea/compiler.xml
266# .idea/jarRepositories.xml
267# .idea/modules.xml
268# .idea/*.iml
269# .idea/modules
270# *.iml
271# *.ipr
272
273# CMake
274
275# Mongo Explorer plugin
276
277# File-based project format
278
279# IntelliJ
280
281# mpeltonen/sbt-idea plugin
282
283# JIRA plugin
284
285# Cursive Clojure plugin
286
287# Crashlytics plugin (for Android Studio and IntelliJ)
288
289# Editor-based Rest Client
290
291# Android studio 3.1+ serialized cache file
292
293### PyCharm Patch ###
294# Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721
295
296# *.iml
297# modules.xml
298# .idea/misc.xml
299# *.ipr
300
301# Sonarlint plugin
302# https://plugins.jetbrains.com/plugin/7973-sonarlint
303
304# SonarQube Plugin
305# https://plugins.jetbrains.com/plugin/7238-sonarqube-community-plugin
306
307# Markdown Navigator plugin
308# https://plugins.jetbrains.com/plugin/7896-markdown-navigator-enhanced
309
310# Cache file creation bug
311# See https://youtrack.jetbrains.com/issue/JBR-2257
312
313# CodeStream plugin
314# https://plugins.jetbrains.com/plugin/12206-codestream
315
316### VisualStudioCode ###
317.vscode/*
318!.vscode/settings.json
319!.vscode/tasks.json
320!.vscode/launch.json
321!.vscode/extensions.json
322*.code-workspace
323
324### VisualStudioCode Patch ###
325# Ignore all local history of files
326.history
327.ionide
328
329### Windows ###
330# Windows thumbnail cache files
331Thumbs.db
332Thumbs.db:encryptable
333ehthumbs.db
334ehthumbs_vista.db
335
336# Dump file
337*.stackdump
338
339# Folder config file
340[Dd]esktop.ini
341
342# Recycle Bin used on file shares
343$RECYCLE.BIN/
344
345# Windows Installer files
346*.cab
347*.msi
348*.msix
349*.msm
350*.msp
351
352# Windows shortcuts
353*.lnk
354
355### VisualStudio ###
356## Ignore Visual Studio temporary files, build results, and
357## files generated by popular Visual Studio add-ons.
358##
359## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
360
361# User-specific files
362*.rsuser
363*.suo
364*.user
365*.userosscache
366*.sln.docstates
367
368# User-specific files (MonoDevelop/Xamarin Studio)
369*.userprefs
370
371# Mono auto generated files
372mono_crash.*
373
374# Build results
375[Dd]ebug/
376[Dd]ebugPublic/
377[Rr]elease/
378[Rr]eleases/
379x64/
380x86/
381[Aa][Rr][Mm]/
382[Aa][Rr][Mm]64/
383bld/
384[Bb]in/
385[Oo]bj/
386[Ll]og/
387[Ll]ogs/
388
389# Visual Studio 2015/2017 cache/options directory
390.vs/
391# Uncomment if you have tasks that create the project's static files in wwwroot
392#wwwroot/
393
394# Visual Studio 2017 auto generated files
395Generated\ Files/
396
397# MSTest test Results
398[Tt]est[Rr]esult*/
399[Bb]uild[Ll]og.*
400
401# NUnit
402*.VisualState.xml
403TestResult.xml
404nunit-*.xml
405
406# Build Results of an ATL Project
407[Dd]ebugPS/
408[Rr]eleasePS/
409dlldata.c
410
411# Benchmark Results
412BenchmarkDotNet.Artifacts/
413
414# .NET Core
415project.lock.json
416project.fragment.lock.json
417artifacts/
418
419# StyleCop
420StyleCopReport.xml
421
422# Files built by Visual Studio
423*_i.c
424*_p.c
425*_h.h
426*.ilk
427*.meta
428*.obj
429*.iobj
430*.pch
431*.pdb
432*.ipdb
433*.pgc
434*.pgd
435*.rsp
436*.sbr
437*.tlb
438*.tli
439*.tlh
440*.tmp_proj
441*_wpftmp.csproj
442*.log
443*.vspscc
444*.vssscc
445.builds
446*.pidb
447*.svclog
448*.scc
449
450# Chutzpah Test files
451_Chutzpah*
452
453# Visual C++ cache files
454ipch/
455*.aps
456*.ncb
457*.opendb
458*.opensdf
459*.sdf
460*.cachefile
461*.VC.db
462*.VC.VC.opendb
463
464# Visual Studio profiler
465*.psess
466*.vsp
467*.vspx
468*.sap
469
470# Visual Studio Trace Files
471*.e2e
472
473# TFS 2012 Local Workspace
474$tf/
475
476# Guidance Automation Toolkit
477*.gpState
478
479# ReSharper is a .NET coding add-in
480_ReSharper*/
481*.[Rr]e[Ss]harper
482*.DotSettings.user
483
484# TeamCity is a build add-in
485_TeamCity*
486
487# DotCover is a Code Coverage Tool
488*.dotCover
489
490# AxoCover is a Code Coverage Tool
491.axoCover/*
492!.axoCover/settings.json
493
494# Coverlet is a free, cross platform Code Coverage Tool
495coverage*[.json, .xml, .info]
496
497# Visual Studio code coverage results
498*.coverage
499*.coveragexml
500
501# NCrunch
502_NCrunch_*
503.*crunch*.local.xml
504nCrunchTemp_*
505
506# MightyMoose
507*.mm.*
508AutoTest.Net/
509
510# Web workbench (sass)
511.sass-cache/
512
513# Installshield output folder
514[Ee]xpress/
515
516# DocProject is a documentation generator add-in
517DocProject/buildhelp/
518DocProject/Help/*.HxT
519DocProject/Help/*.HxC
520DocProject/Help/*.hhc
521DocProject/Help/*.hhk
522DocProject/Help/*.hhp
523DocProject/Help/Html2
524DocProject/Help/html
525
526# Click-Once directory
527publish/
528
529# Publish Web Output
530*.[Pp]ublish.xml
531*.azurePubxml
532# Note: Comment the next line if you want to checkin your web deploy settings,
533# but database connection strings (with potential passwords) will be unencrypted
534*.pubxml
535*.publishproj
536
537# Microsoft Azure Web App publish settings. Comment the next line if you want to
538# checkin your Azure Web App publish settings, but sensitive information contained
539# in these scripts will be unencrypted
540PublishScripts/
541
542# NuGet Packages
543*.nupkg
544# NuGet Symbol Packages
545*.snupkg
546# The packages folder can be ignored because of Package Restore
547**/[Pp]ackages/*
548# except build/, which is used as an MSBuild target.
549!**/[Pp]ackages/build/
550# Uncomment if necessary however generally it will be regenerated when needed
551#!**/[Pp]ackages/repositories.config
552# NuGet v3's project.json files produces more ignorable files
553*.nuget.props
554*.nuget.targets
555
556# Microsoft Azure Build Output
557csx/
558*.build.csdef
559
560# Microsoft Azure Emulator
561ecf/
562rcf/
563
564# Windows Store app package directories and files
565AppPackages/
566BundleArtifacts/
567Package.StoreAssociation.xml
568_pkginfo.txt
569*.appx
570*.appxbundle
571*.appxupload
572
573# Visual Studio cache files
574# files ending in .cache can be ignored
575*.[Cc]ache
576# but keep track of directories ending in .cache
577!?*.[Cc]ache/
578
579# Others
580ClientBin/
581~$*
582*.dbmdl
583*.dbproj.schemaview
584*.jfm
585*.pfx
586*.publishsettings
587orleans.codegen.cs
588
589# Including strong name files can present a security risk
590# (https://github.com/github/gitignore/pull/2483#issue-259490424)
591#*.snk
592
593# Since there are multiple workflows, uncomment next line to ignore bower_components
594# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
595#bower_components/
596
597# RIA/Silverlight projects
598Generated_Code/
599
600# Backup & report files from converting an old project file
601# to a newer Visual Studio version. Backup files are not needed,
602# because we have git ;-)
603_UpgradeReport_Files/
604Backup*/
605UpgradeLog*.XML
606UpgradeLog*.htm
607ServiceFabricBackup/
608*.rptproj.bak
609
610# SQL Server files
611*.mdf
612*.ldf
613*.ndf
614
615# Business Intelligence projects
616*.rdl.data
617*.bim.layout
618*.bim_*.settings
619*.rptproj.rsuser
620*- [Bb]ackup.rdl
621*- [Bb]ackup ([0-9]).rdl
622*- [Bb]ackup ([0-9][0-9]).rdl
623
624# Microsoft Fakes
625FakesAssemblies/
626
627# GhostDoc plugin setting file
628*.GhostDoc.xml
629
630# Node.js Tools for Visual Studio
631.ntvs_analysis.dat
632node_modules/
633
634# Visual Studio 6 build log
635*.plg
636
637# Visual Studio 6 workspace options file
638*.opt
639
640# Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
641*.vbw
642
643# Visual Studio LightSwitch build output
644**/*.HTMLClient/GeneratedArtifacts
645**/*.DesktopClient/GeneratedArtifacts
646**/*.DesktopClient/ModelManifest.xml
647**/*.Server/GeneratedArtifacts
648**/*.Server/ModelManifest.xml
649_Pvt_Extensions
650
651# Paket dependency manager
652.paket/paket.exe
653paket-files/
654
655# FAKE - F# Make
656.fake/
657
658# CodeRush personal settings
659.cr/personal
660
661# Python Tools for Visual Studio (PTVS)
662__pycache__/
663*.pyc
664
665# Cake - Uncomment if you are using it
666# tools/**
667# !tools/packages.config
668
669# Tabs Studio
670*.tss
671
672# Telerik's JustMock configuration file
673*.jmconfig
674
675# BizTalk build output
676*.btp.cs
677*.btm.cs
678*.odx.cs
679*.xsd.cs
680
681# OpenCover UI analysis results
682OpenCover/
683
684# Azure Stream Analytics local run output
685ASALocalRun/
686
687# MSBuild Binary and Structured Log
688*.binlog
689
690# NVidia Nsight GPU debugger configuration file
691*.nvuser
692
693# MFractors (Xamarin productivity tool) working folder
694.mfractor/
695
696# Local History for Visual Studio
697.localhistory/
698
699# BeatPulse healthcheck temp database
700healthchecksdb
701
702# Backup folder for Package Reference Convert tool in Visual Studio 2017
703MigrationBackup/
704
705# Ionide (cross platform F# VS Code tools) working folder
706.ionide/
707
708# End of https://www.toptal.com/developers/gitignore/api/osx,linux,windows,pycharm,intellij,visualstudio,visualstudiocode,eclipse,meson
709