Skip to content

Commit 648f778

Browse files
committed
Merge remote-tracking branch 'upstream/master'
# Conflicts: # Umbraco.gitignore
2 parents 7505016 + 991e760 commit 648f778

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+1296
-263
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ sudo: false
44

55
branches:
66
only:
7-
- master
8-
7+
- master
8+
99
script:
1010
- ruby -e "puts 'Hello world!'"

Agda.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
*.agdai
2+
MAlonzo/**

Android.gitignore

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Built application files
22
*.apk
3+
*.aar
34
*.ap_
45
*.aab
56

@@ -13,6 +14,8 @@
1314
bin/
1415
gen/
1516
out/
17+
# Uncomment the following line in case you need and you don't have the release build type files in your app
18+
# release/
1619

1720
# Gradle files
1821
.gradle/
@@ -41,10 +44,12 @@ captures/
4144
.idea/assetWizardSettings.xml
4245
.idea/dictionaries
4346
.idea/libraries
44-
.idea/caches
47+
.idea/jarRepositories.xml
4548
# Android Studio 3 in .gitignore file.
46-
.idea/caches/build_file_checksums.ser
49+
.idea/caches
4750
.idea/modules.xml
51+
# Comment next line if keeping position of elements in Navigation Editor is relevant for you
52+
.idea/navEditor.xml
4853

4954
# Keystore files
5055
# Uncomment the following lines if you do not want to check your keystore files in.
@@ -53,6 +58,7 @@ captures/
5358

5459
# External native build folder generated in Android Studio 2.2 and later
5560
.externalNativeBuild
61+
.cxx/
5662

5763
# Google Services (e.g. APIs or Firebase)
5864
# google-services.json
@@ -78,3 +84,6 @@ lint/generated/
7884
lint/outputs/
7985
lint/tmp/
8086
# lint/reports/
87+
88+
# Android Profiling
89+
*.hprof

Autotools.gitignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ Makefile.in
66
/py-compile
77
/test-driver
88
/ylwrap
9+
.deps/
10+
.dirstamp
911

1012
# http://www.gnu.org/software/autoconf
1113

@@ -14,6 +16,7 @@ autom4te.cache
1416
/autoscan-*.log
1517
/aclocal.m4
1618
/compile
19+
/config.cache
1720
/config.guess
1821
/config.h.in
1922
/config.log
@@ -41,3 +44,9 @@ m4/ltoptions.m4
4144
m4/ltsugar.m4
4245
m4/ltversion.m4
4346
m4/lt~obsolete.m4
47+
48+
# Generated Makefile
49+
# (meta build system like autotools,
50+
# can automatically generate from config.status script
51+
# (which is called by configure script))
52+
Makefile

Concrete5.gitignore

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,21 @@
1+
# ignore the error log and .htaccess and others
2+
error_log
3+
.htaccess
4+
5+
# concrete5 5.6 specific
6+
17
config/site.php
28
files/cache/*
39
files/tmp/*
4-
.htaccess
10+
11+
# concrete5 5.7 specific
12+
13+
# ignore everything but the index.html
14+
/application/files/*
15+
!/application/files/index.html
16+
17+
# ignore updates folder
18+
/updates/*
19+
20+
# ignore sitemap.xml
21+
/sitemap.xml

Coq.gitignore

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
.*.aux
2+
.*.d
23
*.a
34
*.cma
45
*.cmi
@@ -9,6 +10,7 @@
910
*.glob
1011
*.ml.d
1112
*.ml4.d
13+
*.mlg.d
1214
*.mli.d
1315
*.mllib.d
1416
*.mlpack.d
@@ -17,7 +19,9 @@
1719
*.v.d
1820
*.vio
1921
*.vo
20-
.coq-native/
22+
*.vok
23+
*.vos
24+
.coq-native
2125
.csdp.cache
2226
.lia.cache
2327
.nia.cache
@@ -28,3 +32,14 @@ lia.cache
2832
nia.cache
2933
nlia.cache
3034
nra.cache
35+
native_compute_profile_*.data
36+
37+
# generated timing files
38+
*.timing.diff
39+
*.v.after-timing
40+
*.v.before-timing
41+
*.v.timing
42+
time-of-build-after.log
43+
time-of-build-before.log
44+
time-of-build-both.log
45+
time-of-build-pretty.log

Dart.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ pubspec.lock
1111
# If you don't generate documentation locally you can remove this line.
1212
doc/api/
1313

14+
# dotenv environment variables file
15+
.env*
16+
1417
# Avoid committing generated Javascript files:
1518
*.dart.js
1619
*.info.json # Produced by the --dump-info flag.
@@ -19,3 +22,6 @@ doc/api/
1922
*.js_
2023
*.js.deps
2124
*.js.map
25+
26+
.flutter-plugins
27+
.flutter-plugins-dependencies

Drupal.gitignore

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# gitignore template for Drupal 8 projects
22
#
3-
# earlier versions of Drupal are tracked in `community/Python/`
3+
# earlier versions of Drupal are tracked in `community/PHP/`
44

55
# Ignore configuration files that may contain sensitive information
66
/sites/*/*settings*.php
@@ -18,27 +18,30 @@
1818
/sites/*/tmp
1919
/sites/*/cache
2020

21+
# Ignore testing related files
22+
/sites/simpletest
23+
2124
# Ignore drupal core (if not versioning drupal sources)
2225
/core
26+
/vendor
2327
/modules/README.txt
2428
/profiles/README.txt
29+
/themes/README.txt
2530
/sites/README.txt
2631
/sites/example.sites.php
2732
/sites/example.settings.local.php
2833
/sites/development.services.yml
29-
/themes/README.txt
30-
/vendor
3134
/.csslintrc
3235
/.editorconfig
3336
/.eslintignore
3437
/.eslintrc.json
3538
/.gitattributes
39+
/.ht.router.php
3640
/.htaccess
3741
/autoload.php
38-
/composer.json
39-
/composer.lock
4042
/example.gitignore
4143
/index.php
44+
/INSTALL.txt
4245
/LICENSE.txt
4346
/README.txt
4447
/robots.txt

Erlang.gitignore

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,17 @@
11
.eunit
2-
deps
32
*.o
43
*.beam
54
*.plt
65
erl_crash.dump
7-
ebin/*.beam
8-
rel/example_project
96
.concrete/DEV_MODE
7+
8+
# rebar 2.x
109
.rebar
10+
rel/example_project
11+
ebin/*.beam
12+
deps
13+
14+
# rebar 3
15+
.rebar3
16+
_build/
17+
_checkouts/

Global/Archives.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,15 @@
55
*.rar
66
*.zip
77
*.gz
8+
*.gzip
89
*.tgz
910
*.bzip
11+
*.bzip2
1012
*.bz2
1113
*.xz
1214
*.lzma
1315
*.cab
16+
*.xar
1417

1518
# Packing-only formats
1619
*.iso
@@ -26,3 +29,4 @@
2629
*.msi
2730
*.msm
2831
*.msp
32+
*.txz

0 commit comments

Comments
 (0)