зеркало из https://github.com/github/ruby.git
Allow hidden files with a hyphen to be source controlled
Latest bundler includes a file named `.gitlab-ci.yml.tt`. Because of this too specific .gitignore entry, it was failing to be properly imported.
This commit is contained in:
Родитель
24fa37d87a
Коммит
7a5da7d55d
|
@ -27,7 +27,6 @@
|
|||
*.swp
|
||||
*.yarb
|
||||
*~
|
||||
.*-*
|
||||
.*.list
|
||||
.*.time
|
||||
.DS_Store
|
||||
|
@ -60,6 +59,8 @@ lcov*.info
|
|||
/build*/
|
||||
/COPYING.LIB
|
||||
/ChangeLog
|
||||
/.downloaded-cache
|
||||
/.top-enc.mk
|
||||
/Doxyfile
|
||||
/GNUmakefile
|
||||
/README.atheos
|
||||
|
@ -191,6 +192,7 @@ lcov*.info
|
|||
|
||||
# /ext/ripper/
|
||||
/ext/ripper/eventids1.c
|
||||
/ext/ripper/.eventids2-check
|
||||
/ext/ripper/eventids2table.c
|
||||
/ext/ripper/ripper.*
|
||||
/ext/ripper/ids1
|
||||
|
|
Загрузка…
Ссылка в новой задаче