Skip to content

Commit

Permalink
ensure single trailing newline
Browse files Browse the repository at this point in the history
  • Loading branch information
izuzak committed Oct 6, 2013
1 parent 060aed8 commit f0dde55
Show file tree
Hide file tree
Showing 30 changed files with 25 additions and 32 deletions.
2 changes: 1 addition & 1 deletion Actionscript.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ bin-release/

# Project files, i.e. `.project`, `.actionScriptProperties` and `.flexProperties`
# should NOT be excluded as they contain compiler settings and other important
# information for Eclipse / Flash Builder.
# information for Eclipse / Flash Builder.
1 change: 0 additions & 1 deletion Android.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,3 @@ proguard/
*.ipr
*.iws
.idea/

2 changes: 1 addition & 1 deletion CakePHP.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ tmp/*
app/tmp/*
app/[Cc]onfig/core.php
app/[Cc]onfig/database.php
!empty
!empty
2 changes: 1 addition & 1 deletion Concrete5.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
config/site.php
files/cache/*
files/tmp/*
files/tmp/*
1 change: 0 additions & 1 deletion Coq.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
*.vo
*.glob
*.v.d

2 changes: 1 addition & 1 deletion Delphi.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ __history
*.map
*.exe
*.dll
bin/*
bin/*
2 changes: 1 addition & 1 deletion Drupal.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ xmlrpc.php
/modules
/profiles
/scripts
/themes
/themes
2 changes: 1 addition & 1 deletion ExpressionEngine.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ images/pm_attachments/
sized/
thumbs/
_thumbs/
*/expressionengine/cache/*
*/expressionengine/cache/*
1 change: 0 additions & 1 deletion Finale.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,3 @@
# Some versions of Finale have a bug and randomly save extra copies of
# the music source as "<Filename> copy.mus"
*copy.mus

2 changes: 1 addition & 1 deletion ForceDotCom.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.project
.settings
salesforce.schema
Referenced Packages
Referenced Packages
1 change: 0 additions & 1 deletion GWT.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,3 @@ gwt-unitCache/
# more caches and things from deploy #
war/WEB-INF/deploy/
war/WEB-INF/classes/

2 changes: 1 addition & 1 deletion Global/CVS.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/CVS/*
*/CVS/*
.cvsignore
*/.cvsignore
*/.cvsignore
2 changes: 1 addition & 1 deletion Global/Espresso.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
*.esproj
*.esproj
2 changes: 1 addition & 1 deletion Global/FlexBuilder.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
bin/
bin-debug/
bin-debug/
2 changes: 1 addition & 1 deletion Global/Matlab.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
# Compiled MEX binaries (all platforms)
*.mex*

# Simulink Code Generation
# Simulink Code Generation
slprj/
2 changes: 1 addition & 1 deletion Global/PhPStorm.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
.idea/
.idea/
2 changes: 1 addition & 1 deletion Global/SBT.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
target/
lib_managed/
src_managed/
project/boot/
project/boot/
1 change: 0 additions & 1 deletion Grails.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,3 @@

# other
*.iws

2 changes: 1 addition & 1 deletion Joomla.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -393,4 +393,4 @@ tmp/*
configuration.php
index.php
joomla.xml
*.txt
*.txt
2 changes: 1 addition & 1 deletion Kohana.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
application/cache/*
application/logs/*
application/logs/*
2 changes: 1 addition & 1 deletion LemonStand.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ install.php
/modules/shop/*
/modules/system/*
/modules/users/*
# add content_*.php if you don't want erase client changes to content
# add content_*.php if you don't want erase client changes to content
2 changes: 1 addition & 1 deletion Node.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ logs
results

npm-debug.log
node_modules
node_modules
2 changes: 1 addition & 1 deletion R.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
.Rhistory

# Example code in package build process
*-Ex.R
*-Ex.R
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ For more information on gitignore: [gitignore(5)][g5]

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

This ensures we can efficiently go through pull requests
Expand Down
2 changes: 1 addition & 1 deletion Scala.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ project/boot/
project/plugins/project/

# Scala-IDE specific
.scala_dependencies
.scala_dependencies
1 change: 0 additions & 1 deletion Sdcc.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,3 @@
*.rel
*.rst
*.sym

2 changes: 1 addition & 1 deletion Symfony.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ lib/model/doctrine/base/Base*
lib/model/doctrine/*Plugin/base/Base*
lib/model/om/*
lib/model/map/*
web/*Plugin/*
web/*Plugin/*
2 changes: 1 addition & 1 deletion WordPress.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ sitemap.xml
*.log
wp-content/cache/
wp-content/backups/
sitemap.xml.gz
sitemap.xml.gz
2 changes: 1 addition & 1 deletion Yii.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
assets/
protected/runtime/
themes/classic/views/
themes/classic/views/
1 change: 0 additions & 1 deletion ZendFramework.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ LICENSE.txt
README.txt
demos/
extras/documentation

0 comments on commit f0dde55

Please sign in to comment.