Skip to content

Commit 326dc28

Browse files
committed
Merge branch 'master' into HEAD
2 parents 1ca4b20 + 4cefae5 commit 326dc28

File tree

10 files changed

+33
-4
lines changed

10 files changed

+33
-4
lines changed

Android.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,6 @@ captures/
3939

4040
# Keystore files
4141
*.jks
42+
43+
# External native build folder generated in Android Studio 2.2 and later
44+
.externalNativeBuild

C.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,11 @@
4141
*.su
4242
*.idb
4343
*.pdb
44+
45+
# Kernel Module Compile Results
46+
*.mod*
47+
*.cmd
48+
modules.order
49+
Module.symvers
50+
Mkfile.old
51+
dkms.conf

Erlang.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ deps
44
*.beam
55
*.plt
66
erl_crash.dump
7-
ebin
7+
ebin/*.beam
88
rel/example_project
99
.concrete/DEV_MODE
1010
.rebar

Global/Ansible.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.retry

Global/JetBrains.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
# User-specific stuff:
55
.idea/workspace.xml
66
.idea/tasks.xml
7-
.idea/dictionaries
8-
.idea/vcs.xml
9-
.idea/jsLibraryMappings.xml
107

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

Global/Linux.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,6 @@
88

99
# Linux trash folder which might appear on any partition or disk
1010
.Trash-*
11+
12+
# .nfs files are created when an open file is removed but is still being accessed
13+
.nfs*

Go.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,6 @@ _testmain.go
2525

2626
# Output of the go coverage tool, specifically when used with LiteIDE
2727
*.out
28+
29+
# external packages folder
30+
vendor/

Node.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,6 @@ jspm_packages
3939

4040
# Optional REPL history
4141
.node_repl_history
42+
43+
# Output of 'npm pack'
44+
*.tgz

Rust.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,6 @@
55
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
66
# More information here http://doc.crates.io/guide.html#cargotoml-vs-cargolock
77
Cargo.lock
8+
9+
# These are backup files generated by rustfmt
10+
**/*.rs.bk

VisualStudio.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,10 @@ _TeamCity*
110110
# DotCover is a Code Coverage Tool
111111
*.dotCover
112112

113+
# Visual Studio code coverage results
114+
*.coverage
115+
*.coveragexml
116+
113117
# NCrunch
114118
_NCrunch_*
115119
.*crunch*.local.xml
@@ -189,6 +193,7 @@ ClientBin/
189193
*~
190194
*.dbmdl
191195
*.dbproj.schemaview
196+
*.jfm
192197
*.pfx
193198
*.publishsettings
194199
node_modules/
@@ -258,3 +263,6 @@ paket-files/
258263
# Python Tools for Visual Studio (PTVS)
259264
__pycache__/
260265
*.pyc
266+
267+
# Cake - Uncomment if you are using it
268+
# tools/

0 commit comments

Comments
 (0)