Annotation of trango/Net-Telnet-Trango/MANIFEST.SKIP, Revision 1.2
1.1 andrew 1: # Avoid version control files.
2: \bRCS\b
3: \bCVS\b
4: ,v$
5: \B\.svn\b
6: \B\.cvsignore$
7:
8: # Avoid Makemaker generated and utility files.
9: \bMakefile$
10: \bblib
11: \bMakeMaker-\d
12: \bpm_to_blib$
13: \bblibdirs$
14: ^MANIFEST\.SKIP$
15:
16: # Avoid Module::Build generated and utility files.
17: \bBuild$
18: \bBuild.bat$
19: \b_build
20:
21: # Avoid Devel::Cover generated files
22: \bcover_db
23:
24: # Avoid temp and backup files.
25: ~$
26: \.tmp$
27: \.old$
28: \.bak$
29: \#$
30: \.#
31: \.rej$
1.2 ! andrew 32: \.swp$
1.1 andrew 33:
34: # Avoid OS-specific files/dirs
35: # Mac OSX metadata
36: \B\.DS_Store
37: # Mac OSX SMB mount metadata files
38: \B\._
39: # Avoid archives of this distribution
40: \bNet-Telnet-Trango-[\d\.\_]+
41:
42: # my files
43: \btests.cfg$
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>