excluded blib
[urisagit/Stem.git] / MANIFEST.SKIP
1 # Version control files and dirs.
2 \bRCS\b
3 \bCVS\b
4 ,v$
5 \B\.svn\b
6 ^.git
7 ^.gitignore
8
9 # EUMM/MB generated files and dirs.
10 ^MANIFEST\.bak
11 ^_build
12 ^Build$
13 ^Makefile$
14 ^blib/
15 ^MakeMaker-\d
16
17 # Temp, old and emacs backup files.
18 ~$
19 \.old$
20 ^#.*#$
21 ^\.#
22 \.*.swp$