This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Remove leftover copying of perlvms.pod on Win32
[perl5.git] / .gitignore
1 # ignore .patch from rsync, and any generated patch files from git-am
2 *.patch
3 # ignore local .config files
4 .config
5 # these are generated by make_patchnum.sh from git or from a .patchfile
6 .sha1
7 git_version.h
8
9 # ignore bug*.pl
10 bug*.pl
11
12 # files produced by './configure.gnu' on a Linux machine
13 Makefile.old
14 /Makefile
15 /Policy.sh
16 /cflags
17 /config.h
18 /config.sh
19 /makeaperl
20 /makedepend
21 /makedir
22 /makefile
23 /makefile.old
24 /myconfig
25 /opmini.c
26 /perlmain.c
27 /perlmini.c
28 /pod/Makefile
29 /writemain
30 /x2p/Makefile
31 /x2p/cflags
32 /x2p/makefile
33 /x2p/makefile.old
34
35 # alternative names on OS X
36 /GNUmakefile
37 /GNUmakefile.old
38 /x2p/GNUmakefile
39 /x2p/GNUmakefile.old
40
41 # general build products
42 *.o
43 *.a
44
45 # general build products (Win32)
46 *.def
47 *.dll
48 *.exe
49 *.exp
50 *.ico
51 *.ilk
52 *.lib
53 *.obj
54 *.pdb
55 *.res
56 *.RES
57
58 dll.base
59 /ext/DynaLoader/dl_win32.xs
60 splittree.pl
61
62 # ?
63 ext.libs
64
65 # these are scattered everywhere, ignore them
66 .exists
67
68 /miniperl
69 /perl
70
71 /extra.pods
72 /generate_uudmap
73 /uni.data
74 /uudmap.h
75
76 ext/Win32API-File/cFile_pc_to_blib
77 lib/Win32.pm
78 lib/Win32API/
79 lib/Win32CORE.pm
80 lib/CORE/
81
82 # test byproducts
83 ext/Test-Harness/t/ext/
84 lib/App/
85 lib/Archive/Tar/t/src/long/foo.tbz
86 lib/Archive/Tar/t/src/short/foo.tbz
87 lib/IPC/Cmd/t/src/x.tgz
88 lib/mro.pm
89 lib/TAP/
90 lib/Test/Harness.pm
91 t/rantests
92 t/tmp*
93 t/perl
94 t/test_state
95
96 # make_ext.pl cleanup scripts
97 realclean.sh
98 veryclean.sh
99
100 # metaconfig needs these three symlinks
101 .package
102 U
103 MANIFEST.new