File: MANIFEST.SKIP

package info (click to toggle)
libtext-balanced-perl 2.06-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 280 kB
  • sloc: perl: 1,160; makefile: 2
file content (18 lines) | stat: -rw-r--r-- 291 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Source control system files
^\.git/
^\.gitignore$

# Files generated by Makefile.PL
^Makefile$
^MYMETA\.json$
^MYMETA\.yml$

# Files generated by *make
^blib/
^pm_to_blib$

# Files generated by *make clean
^Makefile\.old$

# Files generated by *make dist
^Text-Balanced-\d\.\d\d\.tar\.gz$