1/build* 2*.pem 3*.crt 4*.key 5 6**/CMakeFiles/* 7/include/config.h 8 9 10 11# Created by https://www.gitignore.io/api/osx,linux,windows,pycharm,intellij,visualstudio,visualstudiocode 12 13### Intellij ### 14# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm 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/dictionaries 21 22# Sensitive or high-churn files: 23.idea/**/dataSources/ 24.idea/**/dataSources.ids 25.idea/**/dataSources.xml 26.idea/**/dataSources.local.xml 27.idea/**/sqlDataSources.xml 28.idea/**/dynamic.xml 29.idea/**/uiDesigner.xml 30 31# Gradle: 32.idea/**/gradle.xml 33.idea/**/libraries 34 35# Mongo Explorer plugin: 36.idea/**/mongoSettings.xml 37 38## File-based project format: 39*.iws 40 41## Plugin-specific files: 42 43# IntelliJ 44/out/ 45 46# mpeltonen/sbt-idea plugin 47.idea_modules/ 48 49# JIRA plugin 50atlassian-ide-plugin.xml 51 52# Cursive Clojure plugin 53.idea/replstate.xml 54 55# Crashlytics plugin (for Android Studio and IntelliJ) 56com_crashlytics_export_strings.xml 57crashlytics.properties 58crashlytics-build.properties 59fabric.properties 60 61### Intellij Patch ### 62# Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721 63 64# *.iml 65# modules.xml 66# .idea/misc.xml 67# *.ipr 68 69# Sonarlint plugin 70.idea/sonarlint 71 72### Linux ### 73*~ 74 75# temporary files which can be created if a process still has a handle open of a deleted file 76.fuse_hidden* 77 78# KDE directory preferences 79.directory 80 81# Linux trash folder which might appear on any partition or disk 82.Trash-* 83 84# .nfs files are created when an open file is removed but is still being accessed 85.nfs* 86 87### OSX ### 88*.DS_Store 89.AppleDouble 90.LSOverride 91 92# Icon must end with two \r 93Icon 94 95 96# Thumbnails 97._* 98 99# Files that might appear in the root of a volume 100.DocumentRevisions-V100 101.fseventsd 102.Spotlight-V100 103.TemporaryItems 104.Trashes 105.VolumeIcon.icns 106.com.apple.timemachine.donotpresent 107 108# Directories potentially created on remote AFP share 109.AppleDB 110.AppleDesktop 111Network Trash Folder 112Temporary Items 113.apdisk 114 115### PyCharm ### 116# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm 117# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 118 119# User-specific stuff: 120 121# Sensitive or high-churn files: 122 123# Gradle: 124 125# Mongo Explorer plugin: 126 127## File-based project format: 128 129## Plugin-specific files: 130 131# IntelliJ 132 133# mpeltonen/sbt-idea plugin 134 135# JIRA plugin 136 137# Cursive Clojure plugin 138 139# Crashlytics plugin (for Android Studio and IntelliJ) 140 141### PyCharm Patch ### 142# Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721 143 144# *.iml 145# modules.xml 146# .idea/misc.xml 147# *.ipr 148 149# Sonarlint plugin 150 151### VisualStudioCode ### 152**/.vscode/* 153#!.vscode/settings.json 154#!.vscode/tasks.json 155#!.vscode/launch.json 156#!.vscode/extensions.json 157 158### Windows ### 159# Windows thumbnail cache files 160Thumbs.db 161ehthumbs.db 162ehthumbs_vista.db 163 164# Folder config file 165Desktop.ini 166 167# Recycle Bin used on file shares 168$RECYCLE.BIN/ 169 170# Windows Installer files 171*.cab 172*.msi 173*.msm 174*.msp 175 176# Windows shortcuts 177*.lnk 178 179### VisualStudio ### 180## Ignore Visual Studio temporary files, build results, and 181## files generated by popular Visual Studio add-ons. 182## 183## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore 184 185# User-specific files 186*.suo 187*.user 188*.userosscache 189*.sln.docstates 190 191# User-specific files (MonoDevelop/Xamarin Studio) 192*.userprefs 193 194# Build results 195[Dd]ebug/ 196[Dd]ebugPublic/ 197[Rr]elease/ 198[Rr]eleases/ 199x64/ 200x86/ 201bld/ 202[Bb]in/ 203[Oo]bj/ 204[Ll]og/ 205 206# Visual Studio 2015 cache/options directory 207.vs/ 208# Uncomment if you have tasks that create the project's static files in wwwroot 209#wwwroot/ 210 211# MSTest test Results 212[Tt]est[Rr]esult*/ 213[Bb]uild[Ll]og.* 214 215# NUNIT 216*.VisualState.xml 217TestResult.xml 218 219# Build Results of an ATL Project 220[Dd]ebugPS/ 221[Rr]eleasePS/ 222dlldata.c 223 224# .NET Core 225project.lock.json 226project.fragment.lock.json 227artifacts/ 228**/Properties/launchSettings.json 229 230*_i.c 231*_p.c 232*_i.h 233*.ilk 234*.meta 235*.obj 236*.pch 237*.pdb 238*.pgc 239*.pgd 240*.rsp 241*.sbr 242*.tlb 243*.tli 244*.tlh 245*.tmp 246*.tmp_proj 247*.log 248*.vspscc 249*.vssscc 250.builds 251*.pidb 252*.svclog 253*.scc 254 255# Chutzpah Test files 256_Chutzpah* 257 258# Visual C++ cache files 259ipch/ 260*.aps 261*.ncb 262*.opendb 263*.opensdf 264*.sdf 265*.cachefile 266*.VC.db 267*.VC.VC.opendb 268 269# Visual Studio profiler 270*.psess 271*.vsp 272*.vspx 273*.sap 274 275# TFS 2012 Local Workspace 276$tf/ 277 278# Guidance Automation Toolkit 279*.gpState 280 281# ReSharper is a .NET coding add-in 282_ReSharper*/ 283*.[Rr]e[Ss]harper 284*.DotSettings.user 285 286# JustCode is a .NET coding add-in 287.JustCode 288 289# TeamCity is a build add-in 290_TeamCity* 291 292# DotCover is a Code Coverage Tool 293*.dotCover 294 295# Visual Studio code coverage results 296*.coverage 297*.coveragexml 298 299# NCrunch 300_NCrunch_* 301.*crunch*.local.xml 302nCrunchTemp_* 303 304# MightyMoose 305*.mm.* 306AutoTest.Net/ 307 308# Web workbench (sass) 309.sass-cache/ 310 311# Installshield output folder 312[Ee]xpress/ 313 314# DocProject is a documentation generator add-in 315DocProject/buildhelp/ 316DocProject/Help/*.HxT 317DocProject/Help/*.HxC 318DocProject/Help/*.hhc 319DocProject/Help/*.hhk 320DocProject/Help/*.hhp 321DocProject/Help/Html2 322DocProject/Help/html 323 324# Click-Once directory 325publish/ 326 327# Publish Web Output 328*.[Pp]ublish.xml 329*.azurePubxml 330# TODO: Comment the next line if you want to checkin your web deploy settings 331# but database connection strings (with potential passwords) will be unencrypted 332*.pubxml 333*.publishproj 334 335# Microsoft Azure Web App publish settings. Comment the next line if you want to 336# checkin your Azure Web App publish settings, but sensitive information contained 337# in these scripts will be unencrypted 338PublishScripts/ 339 340# NuGet Packages 341*.nupkg 342# The packages folder can be ignored because of Package Restore 343**/packages/* 344# except build/, which is used as an MSBuild target. 345!**/packages/build/ 346# Uncomment if necessary however generally it will be regenerated when needed 347#!**/packages/repositories.config 348# NuGet v3's project.json files produces more ignorable files 349*.nuget.props 350*.nuget.targets 351 352# Microsoft Azure Build Output 353csx/ 354*.build.csdef 355 356# Microsoft Azure Emulator 357ecf/ 358rcf/ 359 360# Windows Store app package directories and files 361AppPackages/ 362BundleArtifacts/ 363Package.StoreAssociation.xml 364_pkginfo.txt 365 366# Visual Studio cache files 367# files ending in .cache can be ignored 368*.[Cc]ache 369# but keep track of directories ending in .cache 370!*.[Cc]ache/ 371 372# Others 373ClientBin/ 374~$* 375*.dbmdl 376*.dbproj.schemaview 377*.jfm 378*.pfx 379*.publishsettings 380orleans.codegen.cs 381 382# Since there are multiple workflows, uncomment next line to ignore bower_components 383# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622) 384#bower_components/ 385 386# RIA/Silverlight projects 387Generated_Code/ 388 389# Backup & report files from converting an old project file 390# to a newer Visual Studio version. Backup files are not needed, 391# because we have git ;-) 392_UpgradeReport_Files/ 393Backup*/ 394UpgradeLog*.XML 395UpgradeLog*.htm 396 397# SQL Server files 398*.mdf 399*.ldf 400*.ndf 401 402# Business Intelligence projects 403*.rdl.data 404*.bim.layout 405*.bim_*.settings 406 407# Microsoft Fakes 408FakesAssemblies/ 409 410# GhostDoc plugin setting file 411*.GhostDoc.xml 412 413# Node.js Tools for Visual Studio 414.ntvs_analysis.dat 415node_modules/ 416 417# Typescript v1 declaration files 418typings/ 419 420# Visual Studio 6 build log 421*.plg 422 423# Visual Studio 6 workspace options file 424*.opt 425 426# Visual Studio 6 auto-generated workspace file (contains which files were open etc.) 427*.vbw 428 429# Visual Studio LightSwitch build output 430**/*.HTMLClient/GeneratedArtifacts 431**/*.DesktopClient/GeneratedArtifacts 432**/*.DesktopClient/ModelManifest.xml 433**/*.Server/GeneratedArtifacts 434**/*.Server/ModelManifest.xml 435_Pvt_Extensions 436 437# Paket dependency manager 438.paket/paket.exe 439paket-files/ 440 441# FAKE - F# Make 442.fake/ 443 444# JetBrains Rider 445.idea/ 446*.sln.iml 447 448# CodeRush 449.cr/ 450 451# Python Tools for Visual Studio (PTVS) 452__pycache__/ 453*.pyc 454 455# Cake - Uncomment if you are using it 456# tools/** 457# !tools/packages.config 458 459# Telerik's JustMock configuration file 460*.jmconfig 461 462# BizTalk build output 463*.btp.cs 464*.btm.cs 465*.odx.cs 466*.xsd.cs 467 468### Eclipse ### 469 470.metadata 471bin/ 472tmp/ 473*.tmp 474*.bak 475*.swp 476*~.nib 477local.properties 478.settings/ 479.loadpath 480.recommenders 481 482# External tool builders 483.externalToolBuilders/ 484 485# Locally stored "Eclipse launch configurations" 486*.launch 487 488# PyDev specific (Python IDE for Eclipse) 489*.pydevproject 490 491# CDT-specific (C/C++ Development Tooling) 492.cproject 493 494# Java annotation processor (APT) 495.factorypath 496 497# PDT-specific (PHP Development Tools) 498.buildpath 499 500# sbteclipse plugin 501.target 502 503# Tern plugin 504.tern-project 505 506# TeXlipse plugin 507.texlipse 508 509# STS (Spring Tool Suite) 510.springBeans 511 512# Code Recommenders 513.recommenders/ 514 515# Scala IDE specific (Scala & Java development for Eclipse) 516.cache-main 517.scala_dependencies 518.worksheet 519 520### Eclipse Patch ### 521# Eclipse Core 522.project 523 524# JDT-specific (Eclipse Java Development Tools) 525.classpath 526 527# End of https://www.gitignore.io/api/osx,linux,windows,pycharm,intellij,visualstudio,visualstudiocode,eclipse 528