This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add POD index entries for sitecustomize and sitecustomize.pl
[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 # Exists during ./Configure
13 /UU
14
15 # files produced by './configure.gnu' on a Linux machine
16 Makefile.old
17 /Makefile
18 /Policy.sh
19 /cflags
20 /config.h
21 /config.sh
22 /makeaperl
23 /makedepend
24 /makedir
25 /makefile
26 /makefile.old
27 /myconfig
28 /opmini.c
29 /perlmain.c
30 /perlmini.c
31 /pod/Makefile
32 /runtests
33 /writemain
34 /x2p/Makefile
35 /x2p/cflags
36 /x2p/makefile
37 /x2p/makefile.old
38
39 # alternative names on OS X
40 /GNUmakefile
41 /GNUmakefile.old
42 /x2p/GNUmakefile
43 /x2p/GNUmakefile.old
44
45 # general build products
46 *.o
47 *.a
48 *.so
49
50 # general build products (Win32)
51 *.def
52 *.dll
53 *.exe
54 *.exp
55 *.ico
56 *.ilk
57 *.lib
58 *.obj
59 *.pdb
60 *.res
61 *.RES
62
63 dll.base
64 /ext/DynaLoader/dl_win32.xs
65 splittree.pl
66
67 # ?
68 ext.libs
69
70 # these are scattered everywhere, ignore them
71 .exists
72
73 /miniperl
74 /perl
75
76 /extra.pods
77 /generate_uudmap
78 /uni.data
79 /uudmap.h
80 /bitcount.h
81
82 lib/inc/
83 lib/Win32.pm
84 lib/Win32API/
85 lib/Win32CORE.pm
86 lib/CORE/
87
88 # test byproducts
89 ext/Test-Harness/t/ext/
90 lib/App/
91 lib/Archive/Tar/t/src/long/foo.tbz
92 lib/Archive/Tar/t/src/short/foo.tbz
93 lib/IPC/Cmd/t/src/x.tgz
94 lib/mro.pm
95 lib/TAP/
96 lib/Test/Harness.pm
97 t/rantests
98 t/tmp*
99 t/perl
100 t/test_state
101 *.output
102
103 # t/op/require.t byproducts
104 t/bleah.pm
105 t/bleah.do
106 t/bleah.flg
107 t/urkkk.pm
108 t/urkkk.pmc
109 t/krunch.pm
110 t/krunch.pmc
111 t/whap.pm
112 t/whap.pmc
113
114 # make_ext.pl cleanup scripts
115 realclean.sh
116 veryclean.sh
117
118 # metaconfig needs these three symlinks
119 .package
120 U
121 MANIFEST.new
122
123 # ignore vim swap files
124 *.swp