Sort .gitignore alphabetically
This commit is contained in:
parent
62c513d7bc
commit
685d449963
1 changed files with 17 additions and 18 deletions
35
.gitignore
vendored
35
.gitignore
vendored
|
@ -1,29 +1,28 @@
|
||||||
stow
|
.dirstamp
|
||||||
chkstow
|
Build
|
||||||
|
MYMETA.json
|
||||||
|
MYMETA.yml
|
||||||
Makefile
|
Makefile
|
||||||
Makefile.in
|
Makefile.in
|
||||||
|
_build/
|
||||||
|
autom4te.cache/
|
||||||
|
blib/
|
||||||
|
chkstow
|
||||||
config.log
|
config.log
|
||||||
config.status
|
config.status
|
||||||
configure
|
configure
|
||||||
stamp-vti
|
doc/manual.html
|
||||||
stow.info
|
|
||||||
version.texi
|
|
||||||
lib/Stow.pm
|
|
||||||
doc/stow.8
|
|
||||||
doc/stow.pdf
|
|
||||||
doc/manual.pdf
|
doc/manual.pdf
|
||||||
doc/manual.texi
|
doc/manual.texi
|
||||||
doc/manual.html
|
doc/stow.8
|
||||||
doc/stow.html
|
doc/stow.html
|
||||||
.dirstamp
|
doc/stow.pdf
|
||||||
|
lib/Stow.pm
|
||||||
stamp-vti
|
stamp-vti
|
||||||
MYMETA.json
|
stamp-vti
|
||||||
MYMETA.yml
|
stow
|
||||||
autom4te.cache/
|
|
||||||
blib/
|
|
||||||
Build
|
|
||||||
_build/
|
|
||||||
tmp-testing-trees/
|
|
||||||
|
|
||||||
stow-[0-9].[0-9].[0-9].tar.*
|
stow-[0-9].[0-9].[0-9].tar.*
|
||||||
stow-[0-9].[0-9].[0-9]/
|
stow-[0-9].[0-9].[0-9]/
|
||||||
|
stow.info
|
||||||
|
tmp-testing-trees/
|
||||||
|
version.texi
|
||||||
|
|
Loading…
Reference in a new issue