Skip to content

Commit b412c01

Browse files
committed
Merge pull request #1055 from PR3x/master
Fix EOL issues in multiple gitignores
2 parents 95d8ff4 + 5eacf05 commit b412c01

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Android.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ local.properties
2323
proguard/
2424

2525
#Log Files
26-
*.log
26+
*.log

CodeIgniter.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
*/logs/!index.html
44
*/cache/*
55
*/cache/!index.html
6-
*/cache/!.htaccess
6+
*/cache/!.htaccess

Composer.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ 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
6-
# composer.lock
6+
# composer.lock

Symfony2.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ app/config/parameters.ini
1313
app/config/parameters.yml
1414

1515
# Composer
16-
composer.phar
16+
composer.phar

0 commit comments

Comments
 (0)