Merge pull request #592 from vszakats/patch-1

ignore more Git local config files to avoid them being misidentified as ...
This commit is contained in:
Ted Nyman
2013-07-25 19:46:26 -07:00

View File

@@ -117,9 +117,11 @@
# Samples folders # Samples folders
- ^[Ss]amples/ - ^[Ss]amples/
# LICENSE files and gitignore # LICENSE and git config files
- ^LICENSE$ - ^LICENSE$
- gitattributes$
- gitignore$ - gitignore$
- gitmodules$
# Test fixtures # Test fixtures
- ^[Tt]est/fixtures/ - ^[Tt]est/fixtures/