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