Skip to content

Commit f0dde55

Browse files
committed
ensure single trailing newline
1 parent 060aed8 commit f0dde55

30 files changed

+25
-32
lines changed

Actionscript.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ bin-release/
88

99
# Project files, i.e. `.project`, `.actionScriptProperties` and `.flexProperties`
1010
# should NOT be excluded as they contain compiler settings and other important
11-
# information for Eclipse / Flash Builder.
11+
# information for Eclipse / Flash Builder.

Android.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,3 @@ proguard/
2727
*.ipr
2828
*.iws
2929
.idea/
30-

CakePHP.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ tmp/*
44
app/tmp/*
55
app/[Cc]onfig/core.php
66
app/[Cc]onfig/database.php
7-
!empty
7+
!empty

Concrete5.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
config/site.php
22
files/cache/*
3-
files/tmp/*
3+
files/tmp/*

Coq.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
*.vo
22
*.glob
33
*.v.d
4-

Delphi.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ __history
77
*.map
88
*.exe
99
*.dll
10-
bin/*
10+
bin/*

Drupal.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ xmlrpc.php
3434
/modules
3535
/profiles
3636
/scripts
37-
/themes
37+
/themes

ExpressionEngine.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ images/pm_attachments/
1212
sized/
1313
thumbs/
1414
_thumbs/
15-
*/expressionengine/cache/*
15+
*/expressionengine/cache/*

Finale.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,3 @@
1111
# Some versions of Finale have a bug and randomly save extra copies of
1212
# the music source as "<Filename> copy.mus"
1313
*copy.mus
14-

ForceDotCom.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
.project
22
.settings
33
salesforce.schema
4-
Referenced Packages
4+
Referenced Packages

GWT.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,3 @@ gwt-unitCache/
1414
# more caches and things from deploy #
1515
war/WEB-INF/deploy/
1616
war/WEB-INF/classes/
17-

Global/CVS.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
/CVS/*
22
*/CVS/*
33
.cvsignore
4-
*/.cvsignore
4+
*/.cvsignore

Global/Espresso.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
*.esproj
1+
*.esproj

Global/FlexBuilder.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
bin/
2-
bin-debug/
2+
bin-debug/

Global/Matlab.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
# Compiled MEX binaries (all platforms)
1313
*.mex*
1414

15-
# Simulink Code Generation
15+
# Simulink Code Generation
1616
slprj/

Global/PhPStorm.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
.idea/
1+
.idea/

Global/SBT.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
target/
55
lib_managed/
66
src_managed/
7-
project/boot/
7+
project/boot/

Grails.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,3 @@
4141

4242
# other
4343
*.iws
44-

Joomla.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -393,4 +393,4 @@ tmp/*
393393
configuration.php
394394
index.php
395395
joomla.xml
396-
*.txt
396+
*.txt

Kohana.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
application/cache/*
2-
application/logs/*
2+
application/logs/*

LemonStand.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ install.php
1818
/modules/shop/*
1919
/modules/system/*
2020
/modules/users/*
21-
# add content_*.php if you don't want erase client changes to content
21+
# add content_*.php if you don't want erase client changes to content

Node.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ logs
1212
results
1313

1414
npm-debug.log
15-
node_modules
15+
node_modules

R.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
.Rhistory
33

44
# Example code in package build process
5-
*-Ex.R
5+
*-Ex.R

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ For more information on gitignore: [gitignore(5)][g5]
1919

2020
Since this repo includes a large and diverse
2121
number of programming languages, frameworks, editors,
22-
and ecosystems, it's **very helpful** if you can provide
23-
a link to information supporting your pull request.
24-
Up-to-date, canonical documentation that mentions the files
22+
and ecosystems, it's **very helpful** if you can provide
23+
a link to information supporting your pull request.
24+
Up-to-date, canonical documentation that mentions the files
2525
to be ignored is best.
2626

2727
This ensures we can efficiently go through pull requests

Scala.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ project/boot/
1010
project/plugins/project/
1111

1212
# Scala-IDE specific
13-
.scala_dependencies
13+
.scala_dependencies

Sdcc.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,3 @@
66
*.rel
77
*.rst
88
*.sym
9-

Symfony.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ lib/model/doctrine/base/Base*
1212
lib/model/doctrine/*Plugin/base/Base*
1313
lib/model/om/*
1414
lib/model/map/*
15-
web/*Plugin/*
15+
web/*Plugin/*

WordPress.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ sitemap.xml
1010
*.log
1111
wp-content/cache/
1212
wp-content/backups/
13-
sitemap.xml.gz
13+
sitemap.xml.gz

Yii.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
assets/
22
protected/runtime/
3-
themes/classic/views/
3+
themes/classic/views/

ZendFramework.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@ LICENSE.txt
33
README.txt
44
demos/
55
extras/documentation
6-

0 commit comments

Comments
 (0)