Browse Source

ensure single trailing newline

pull/801/head
Ivan Zuzak 10 years ago
parent
commit
f0dde55c6b

+ 1
- 1
Actionscript.gitignore View File



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

+ 0
- 1
Android.gitignore View File

*.ipr *.ipr
*.iws *.iws
.idea/ .idea/


+ 1
- 1
CakePHP.gitignore View File

app/tmp/* app/tmp/*
app/[Cc]onfig/core.php app/[Cc]onfig/core.php
app/[Cc]onfig/database.php app/[Cc]onfig/database.php
!empty
!empty

+ 1
- 1
Concrete5.gitignore View File

config/site.php config/site.php
files/cache/* files/cache/*
files/tmp/*
files/tmp/*

+ 0
- 1
Coq.gitignore View File

*.vo *.vo
*.glob *.glob
*.v.d *.v.d


+ 1
- 1
Delphi.gitignore View File

*.map *.map
*.exe *.exe
*.dll *.dll
bin/*
bin/*

+ 1
- 1
Drupal.gitignore View File

/modules /modules
/profiles /profiles
/scripts /scripts
/themes
/themes

+ 1
- 1
ExpressionEngine.gitignore View File

sized/ sized/
thumbs/ thumbs/
_thumbs/ _thumbs/
*/expressionengine/cache/*
*/expressionengine/cache/*

+ 0
- 1
Finale.gitignore View File

# Some versions of Finale have a bug and randomly save extra copies of # Some versions of Finale have a bug and randomly save extra copies of
# the music source as "<Filename> copy.mus" # the music source as "<Filename> copy.mus"
*copy.mus *copy.mus


+ 1
- 1
ForceDotCom.gitignore View File

.project .project
.settings .settings
salesforce.schema salesforce.schema
Referenced Packages
Referenced Packages

+ 0
- 1
GWT.gitignore View File

# more caches and things from deploy # # more caches and things from deploy #
war/WEB-INF/deploy/ war/WEB-INF/deploy/
war/WEB-INF/classes/ war/WEB-INF/classes/


+ 1
- 1
Global/CVS.gitignore View File

/CVS/* /CVS/*
*/CVS/* */CVS/*
.cvsignore .cvsignore
*/.cvsignore
*/.cvsignore

+ 1
- 1
Global/Espresso.gitignore View File

*.esproj
*.esproj

+ 1
- 1
Global/FlexBuilder.gitignore View File

bin/ bin/
bin-debug/
bin-debug/

+ 1
- 1
Global/Matlab.gitignore View File

# Compiled MEX binaries (all platforms) # Compiled MEX binaries (all platforms)
*.mex* *.mex*


# Simulink Code Generation
# Simulink Code Generation
slprj/ slprj/

+ 1
- 1
Global/PhPStorm.gitignore View File

.idea/
.idea/

+ 1
- 1
Global/SBT.gitignore View File

target/ target/
lib_managed/ lib_managed/
src_managed/ src_managed/
project/boot/
project/boot/

+ 0
- 1
Grails.gitignore View File



# other # other
*.iws *.iws


+ 1
- 1
Joomla.gitignore View File

configuration.php configuration.php
index.php index.php
joomla.xml joomla.xml
*.txt
*.txt

+ 1
- 1
Kohana.gitignore View File

application/cache/* application/cache/*
application/logs/*
application/logs/*

+ 1
- 1
LemonStand.gitignore View File

/modules/shop/* /modules/shop/*
/modules/system/* /modules/system/*
/modules/users/* /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

+ 1
- 1
Node.gitignore View File

results results


npm-debug.log npm-debug.log
node_modules
node_modules

+ 1
- 1
R.gitignore View File

.Rhistory .Rhistory


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

+ 3
- 3
README.md View File



Since this repo includes a large and diverse Since this repo includes a large and diverse
number of programming languages, frameworks, editors, 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. to be ignored is best.


This ensures we can efficiently go through pull requests This ensures we can efficiently go through pull requests

+ 1
- 1
Scala.gitignore View File

project/plugins/project/ project/plugins/project/


# Scala-IDE specific # Scala-IDE specific
.scala_dependencies
.scala_dependencies

+ 0
- 1
Sdcc.gitignore View File

*.rel *.rel
*.rst *.rst
*.sym *.sym


+ 1
- 1
Symfony.gitignore View File

lib/model/doctrine/*Plugin/base/Base* lib/model/doctrine/*Plugin/base/Base*
lib/model/om/* lib/model/om/*
lib/model/map/* lib/model/map/*
web/*Plugin/*
web/*Plugin/*

+ 1
- 1
WordPress.gitignore View File

*.log *.log
wp-content/cache/ wp-content/cache/
wp-content/backups/ wp-content/backups/
sitemap.xml.gz
sitemap.xml.gz

+ 1
- 1
Yii.gitignore View File

assets/ assets/
protected/runtime/ protected/runtime/
themes/classic/views/
themes/classic/views/

+ 0
- 1
ZendFramework.gitignore View File

README.txt README.txt
demos/ demos/
extras/documentation extras/documentation


Loading…
Cancel
Save