blob: 6ea24d5900f804b0f4f64d522a27fbfcad457331 [file] [log] [blame]
Krzysztof Grobelny64b75a52020-09-18 10:17:16 +02001build/
Krzysztof Grobelny64b75a52020-09-18 10:17:16 +02002xyz.openbmc_project.Telemetry.service
Wludzik, Jozef2f9f9b82020-10-13 09:07:45 +02003telemetry
Wludzik, Jozef405c1e42021-01-28 16:24:27 +01004__pycache__
Cezary Zwolak4416fce2021-03-17 03:21:06 +01005*.bak
Adrian Ambrożewiczb357ed52020-01-27 17:20:38 +01006
Krzysztof Grobelny64b75a52020-09-18 10:17:16 +02007# Created by https://www.toptal.com/developers/gitignore/api/vim,intellij,meson,visualstudiocode
8# Edit at https://www.toptal.com/developers/gitignore?templates=vim,intellij,meson,visualstudiocode
Adrian Ambrożewiczb357ed52020-01-27 17:20:38 +01009
10### Intellij ###
11# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
12# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
13
14# User-specific stuff
15.idea/**/workspace.xml
16.idea/**/tasks.xml
17.idea/**/usage.statistics.xml
18.idea/**/dictionaries
19.idea/**/shelf
20
21# Generated files
22.idea/**/contentModel.xml
23
24# Sensitive or high-churn files
25.idea/**/dataSources/
26.idea/**/dataSources.ids
27.idea/**/dataSources.local.xml
28.idea/**/sqlDataSources.xml
29.idea/**/dynamic.xml
30.idea/**/uiDesigner.xml
31.idea/**/dbnavigator.xml
32
33# Gradle
34.idea/**/gradle.xml
35.idea/**/libraries
36
37# Gradle and Maven with auto-import
38# When using Gradle or Maven with auto-import, you should exclude module files,
39# since they will be recreated, and may cause churn. Uncomment if using
40# auto-import.
41# .idea/artifacts
42# .idea/compiler.xml
43# .idea/jarRepositories.xml
44# .idea/modules.xml
45# .idea/*.iml
46# .idea/modules
47# *.iml
48# *.ipr
49
50# CMake
51cmake-build-*/
52
53# Mongo Explorer plugin
54.idea/**/mongoSettings.xml
55
56# File-based project format
57*.iws
58
59# IntelliJ
60out/
61
62# mpeltonen/sbt-idea plugin
63.idea_modules/
64
65# JIRA plugin
66atlassian-ide-plugin.xml
67
68# Cursive Clojure plugin
69.idea/replstate.xml
70
71# Crashlytics plugin (for Android Studio and IntelliJ)
72com_crashlytics_export_strings.xml
73crashlytics.properties
74crashlytics-build.properties
75fabric.properties
76
77# Editor-based Rest Client
78.idea/httpRequests
79
80# Android studio 3.1+ serialized cache file
81.idea/caches/build_file_checksums.ser
82
83### Intellij Patch ###
84# Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721
85
86# *.iml
87# modules.xml
88# .idea/misc.xml
89# *.ipr
90
91# Sonarlint plugin
92# https://plugins.jetbrains.com/plugin/7973-sonarlint
93.idea/**/sonarlint/
94
95# SonarQube Plugin
96# https://plugins.jetbrains.com/plugin/7238-sonarqube-community-plugin
97.idea/**/sonarIssues.xml
98
99# Markdown Navigator plugin
100# https://plugins.jetbrains.com/plugin/7896-markdown-navigator-enhanced
101.idea/**/markdown-navigator.xml
102.idea/**/markdown-navigator-enh.xml
103.idea/**/markdown-navigator/
104
105# Cache file creation bug
106# See https://youtrack.jetbrains.com/issue/JBR-2257
107.idea/$CACHE_FILE$
108
109# CodeStream plugin
110# https://plugins.jetbrains.com/plugin/12206-codestream
111.idea/codestream.xml
112
Krzysztof Grobelny64b75a52020-09-18 10:17:16 +0200113### Meson ###
114# subproject directories
115/subprojects/*
Szymon Dompked2620702021-06-28 12:06:15 +0200116!/subprojects/googletest.wrap
117!/subprojects/nlohmann.wrap
118!/subprojects/phosphor-logging.wrap
119!/subprojects/sdbusplus.wrap
Krzysztof Grobelny64b75a52020-09-18 10:17:16 +0200120
121# Meson Directories
122meson-logs
123meson-private
124
125# Meson Files
126meson_benchmark_setup.dat
127meson_test_setup.dat
128sanitycheckcpp.cc # C++ specific
129sanitycheckcpp.exe # C++ specific
130
131# Ninja
132build.ninja
133.ninja_deps
134.ninja_logs
135
136# Misc
137compile_commands.json
138
Adrian Ambrożewiczb357ed52020-01-27 17:20:38 +0100139### Vim ###
140# Swap
141[._]*.s[a-v][a-z]
142!*.svg # comment out if you don't need vector files
143[._]*.sw[a-p]
144[._]s[a-rt-v][a-z]
145[._]ss[a-gi-z]
146[._]sw[a-p]
147
148# Session
149Session.vim
150Sessionx.vim
151
152# Temporary
153.netrwhist
154*~
155# Auto-generated tag files
156tags
157# Persistent undo
158[._]*.un~
159
160### VisualStudioCode ###
161.vscode/*
Adrian Ambrożewiczb357ed52020-01-27 17:20:38 +0100162*.code-workspace
163
164### VisualStudioCode Patch ###
165# Ignore all local history of files
166.history
Krzysztof Grobelny64b75a52020-09-18 10:17:16 +0200167.ionide
Adrian Ambrożewiczb357ed52020-01-27 17:20:38 +0100168
Cezary Zwolak4416fce2021-03-17 03:21:06 +0100169### Eclipse IDE ###
170.cproject
171.project
172.settings/*
173
Krzysztof Grobelny64b75a52020-09-18 10:17:16 +0200174# End of https://www.toptal.com/developers/gitignore/api/vim,intellij,meson,visualstudiocode