mirror of
https://github.com/duncs/clusterssh.git
synced 2025-04-22 01:12:24 +00:00
Tidyups from getting perltidy working better
This commit is contained in:
parent
d684b077fd
commit
76b8096dcc
3 changed files with 12 additions and 8 deletions
15
.gitignore
vendored
15
.gitignore
vendored
|
@ -1,12 +1,13 @@
|
|||
*.swp
|
||||
*.tar.gz
|
||||
bin
|
||||
blib/
|
||||
_build/
|
||||
Build
|
||||
cover_db/
|
||||
Makefile
|
||||
MANIFEST.bak
|
||||
MYMETA.json
|
||||
MYMETA.yml
|
||||
Makefile
|
||||
_build/
|
||||
bin
|
||||
blib/
|
||||
cover_db/
|
||||
pm_to_blib
|
||||
*.swp
|
||||
*.bak
|
||||
*.tar.gz
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
^App-ClusterSSH-.*
|
||||
.*\.bak$
|
||||
^bin/
|
||||
^blib/
|
||||
^_build/
|
||||
^Build$
|
||||
|
@ -14,4 +16,3 @@ pm_to_blib
|
|||
.*\.swp$
|
||||
^TOAD$
|
||||
^WIP_TASKS$
|
||||
^bin/
|
||||
|
|
|
@ -1,2 +1,4 @@
|
|||
# perltidy to Perl Best Practices standard
|
||||
-pbp -nst -nse
|
||||
## For use in ~/.perltidyrc
|
||||
# --backup-and-modify-in-place
|
||||
|
|
Loading…
Add table
Reference in a new issue