Browse Source

Merge branch 'master' into HEAD

pull/2093/head
Arvid Gerstmann 7 years ago
parent
commit
326dc281e5

+ 3
- 0
Android.gitignore View File



# Keystore files # Keystore files
*.jks *.jks

# External native build folder generated in Android Studio 2.2 and later
.externalNativeBuild

+ 8
- 0
C.gitignore View File

*.su *.su
*.idb *.idb
*.pdb *.pdb

# Kernel Module Compile Results
*.mod*
*.cmd
modules.order
Module.symvers
Mkfile.old
dkms.conf

+ 1
- 1
Erlang.gitignore View File

*.beam *.beam
*.plt *.plt
erl_crash.dump erl_crash.dump
ebin
ebin/*.beam
rel/example_project rel/example_project
.concrete/DEV_MODE .concrete/DEV_MODE
.rebar .rebar

+ 1
- 0
Global/Ansible.gitignore View File

*.retry

+ 0
- 3
Global/JetBrains.gitignore View File

# User-specific stuff: # User-specific stuff:
.idea/workspace.xml .idea/workspace.xml
.idea/tasks.xml .idea/tasks.xml
.idea/dictionaries
.idea/vcs.xml
.idea/jsLibraryMappings.xml


# Sensitive or high-churn files: # Sensitive or high-churn files:
.idea/dataSources.ids .idea/dataSources.ids

+ 3
- 0
Global/Linux.gitignore View File



# Linux trash folder which might appear on any partition or disk # Linux trash folder which might appear on any partition or disk
.Trash-* .Trash-*

# .nfs files are created when an open file is removed but is still being accessed
.nfs*

+ 3
- 0
Go.gitignore View File



# Output of the go coverage tool, specifically when used with LiteIDE # Output of the go coverage tool, specifically when used with LiteIDE
*.out *.out

# external packages folder
vendor/

+ 3
- 0
Node.gitignore View File



# Optional REPL history # Optional REPL history
.node_repl_history .node_repl_history

# Output of 'npm pack'
*.tgz

+ 3
- 0
Rust.gitignore View File

# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries # Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here http://doc.crates.io/guide.html#cargotoml-vs-cargolock # More information here http://doc.crates.io/guide.html#cargotoml-vs-cargolock
Cargo.lock Cargo.lock

# These are backup files generated by rustfmt
**/*.rs.bk

+ 8
- 0
VisualStudio.gitignore View File

# DotCover is a Code Coverage Tool # DotCover is a Code Coverage Tool
*.dotCover *.dotCover


# Visual Studio code coverage results
*.coverage
*.coveragexml

# NCrunch # NCrunch
_NCrunch_* _NCrunch_*
.*crunch*.local.xml .*crunch*.local.xml
*~ *~
*.dbmdl *.dbmdl
*.dbproj.schemaview *.dbproj.schemaview
*.jfm
*.pfx *.pfx
*.publishsettings *.publishsettings
node_modules/ node_modules/
# Python Tools for Visual Studio (PTVS) # Python Tools for Visual Studio (PTVS)
__pycache__/ __pycache__/
*.pyc *.pyc

# Cake - Uncomment if you are using it
# tools/

Loading…
Cancel
Save