Skip to content

Commit e9e59f2

Browse files
committed
Merge Node.gitignore with master
2 parents a98ae44 + d18d17f commit e9e59f2

Some content is hidden

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

42 files changed

+351
-71
lines changed

Autotools.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,13 @@ Makefile.in
55
# http://www.gnu.org/software/autoconf
66

77
/autom4te.cache
8+
/autoscan.log
9+
/autoscan-*.log
810
/aclocal.m4
911
/compile
12+
/config.h.in
1013
/configure
14+
/configure.scan
1115
/depcomp
1216
/install-sh
1317
/missing

Composer.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
composer.phar
2-
vendor/
2+
/vendor/
33

44
# Commit your application's lock file http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file
55
# You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file

Dart.gitignore

Lines changed: 17 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,27 @@
1-
# Don’t commit the following directories created by pub.
1+
# See https://www.dartlang.org/tools/private-files.html
2+
3+
# Files and directories created by pub
24
.buildlog
5+
.packages
6+
.project
37
.pub/
48
build/
5-
packages
6-
.packages
9+
**/packages/
710

8-
# Or the files created by dart2js.
11+
# Files created by dart2js
12+
# (Most Dart developers will use pub build to compile Dart, use/modify these
13+
# rules if you intend to use dart2js directly
14+
# Convention is to use extension '.dart.js' for Dart compiled to Javascript to
15+
# differentiate from explicit Javascript files)
916
*.dart.js
10-
*.js_
17+
*.part.js
1118
*.js.deps
1219
*.js.map
20+
*.info.json
1321

14-
# Or the files created by dartdoc.
15-
doc/
22+
# Directory created by dartdoc
23+
doc/api/
1624

17-
# Don't commit pubspec lock file. (Library packages only! Remove pattern if developing an application package.)
25+
# Don't commit pubspec lock file
26+
# (Library packages only! Remove pattern if developing an application package)
1827
pubspec.lock

Delphi.gitignore

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@
2020
# Deployment Manager configuration file for your project. Added in Delphi XE2.
2121
# Uncomment this if it is not mobile development and you do not use remote debug feature.
2222
#*.deployproj
23+
#
24+
# C++ object files produced when C/C++ Output file generation is configured.
25+
# Uncomment this if you are not using external objects (zlib library for example).
26+
#*.obj
2327
#
2428

2529
# Delphi compiler-generated binaries (safe to delete)
@@ -37,9 +41,13 @@
3741
*.tds
3842
*.dcu
3943
*.lib
44+
*.a
45+
*.o
46+
*.ocx
4047

4148
# Delphi autogenerated files (duplicated info)
4249
*.cfg
50+
*.hpp
4351
*Resource.rc
4452

4553
# Delphi local files (user-specific info)
@@ -53,5 +61,5 @@
5361
__history/
5462
*.~*
5563

56-
# Castalia statistics file
64+
# Castalia statistics file (since XE7 Castalia is distributed with Delphi)
5765
*.stat

Drupal.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ robots.txt
1515
/MAINTAINERS.txt
1616
/UPGRADE.txt
1717
/README.txt
18-
sites/all/README.txt
18+
sites/README.txt
1919
sites/all/modules/README.txt
2020
sites/all/themes/README.txt
2121

Eagle.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111
# comment the following line if you want to have your project file included.
1212
eagle.epf
1313

14+
# Autorouter files
15+
*.pro
16+
*.job
17+
1418
# CAM files
1519
*.$$$
1620
*.cmp
@@ -34,3 +38,7 @@ eagle.epf
3438
*.info
3539

3640
*.eps
41+
42+
# file locks introduced since 7.x
43+
*.lck
44+

Elixir.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/_build
2+
/cover
23
/deps
34
erl_crash.dump
45
*.ez

Elm.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# elm-package generated files
2+
elm-package.json
3+
elm-stuff/
4+
# elm-repl generated files
5+
repl-temp-*

Global/Calabash.gitignore

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Calabash / Cucumber
2+
rerun/
3+
reports/
4+
screenshots/
5+
screenshot*.png
6+
test-servers/
7+
8+
# bundler
9+
.bundle
10+
vendor

Global/Eclipse.gitignore

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
*.pydevproject
1+
22
.metadata
3-
.gradle
43
bin/
54
tmp/
65
*.tmp
@@ -20,7 +19,10 @@ local.properties
2019
# Locally stored "Eclipse launch configurations"
2120
*.launch
2221

23-
# CDT-specific
22+
# PyDev specific (Python IDE for Eclipse)
23+
*.pydevproject
24+
25+
# CDT-specific (C/C++ Development Tooling)
2426
.cproject
2527

2628
# JDT-specific (Eclipse Java Development Tools)
@@ -29,11 +31,20 @@ local.properties
2931
# Java annotation processor (APT)
3032
.factorypath
3133

32-
# PDT-specific
34+
# PDT-specific (PHP Development Tools)
3335
.buildpath
3436

3537
# sbteclipse plugin
3638
.target
3739

40+
# Tern plugin
41+
.tern-project
42+
3843
# TeXlipse plugin
3944
.texlipse
45+
46+
# STS (Spring Tool Suite)
47+
.springBeans
48+
49+
# Code Recommenders
50+
.recommenders/

0 commit comments

Comments
 (0)