]> source.dussan.org Git - gitignore.git/commitdiff
Fix eol issues 1055/head
authorJacob Rigby <jacobcrigby@gmail.com>
Wed, 23 Apr 2014 20:50:28 +0000 (15:50 -0500)
committerJacob Rigby <jacobcrigby@gmail.com>
Wed, 23 Apr 2014 21:02:01 +0000 (16:02 -0500)
Some files don't contain a line separator ('\n') at the end. Add the
missing eol.

In POSIX, all lines of text should end with a newline character by
definition. See
http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap03.html
section 3.397 for more.

See https://gist.github.com/jacknagel/1020172 for a gist of the issue.

Android.gitignore
CodeIgniter.gitignore
Composer.gitignore
Symfony2.gitignore

index 6b6f0a939c77010092d4c27eccb170eb71608eb3..3a36c6e7495e07cf93897d0d07906b13325ff210 100644 (file)
@@ -23,4 +23,4 @@ local.properties
 proguard/
 
 #Log Files
-*.log
\ No newline at end of file
+*.log
index ca0e37ee2dc06ab2dd5b1c2f0be854ca9861212c..846b8c5406f6270dde85b8b07053466ff077f443 100644 (file)
@@ -3,4 +3,4 @@
 */logs/!index.html
 */cache/*
 */cache/!index.html
-*/cache/!.htaccess
\ No newline at end of file
+*/cache/!.htaccess
index aa5997f4c93aab8debb1ca5aed402f1f4f6bf822..3a693c92d725810b1caa7cfcd1020474256bc397 100644 (file)
@@ -3,4 +3,4 @@ vendor/
 
 # Commit your application's lock file http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file
 # You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file
-# composer.lock
\ No newline at end of file
+# composer.lock
index f4a95cb4738a615ba2e717a779087d6769a3754b..f5465e1037435b56c9847bfd391dae1eb831cad7 100644 (file)
@@ -13,4 +13,4 @@ app/config/parameters.ini
 app/config/parameters.yml
 
 # Composer
-composer.phar
\ No newline at end of file
+composer.phar