This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
release_managers_guide: typo fixes
[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 *.so
45
46 # general build products (Win32)
47 *.def
48 *.dll
49 *.exe
50 *.exp
51 *.ico
52 *.ilk
53 *.lib
54 *.obj
55 *.pdb
56 *.res
57 *.RES
58
59 dll.base
60 /ext/DynaLoader/dl_win32.xs
61 splittree.pl
62
63 # ?
64 ext.libs
65
66 # these are scattered everywhere, ignore them
67 .exists
68
69 /miniperl
70 /perl
71
72 /extra.pods
73 /generate_uudmap
74 /uni.data
75 /uudmap.h
76 /bitcount.h
77
78 ext/Win32API-File/cFile_pc_to_blib
79 lib/Win32.pm
80 lib/Win32API/
81 lib/Win32CORE.pm
82 lib/CORE/
83
84 # test byproducts
85 ext/Test-Harness/t/ext/
86 lib/App/
87 lib/Archive/Tar/t/src/long/foo.tbz
88 lib/Archive/Tar/t/src/short/foo.tbz
89 lib/IPC/Cmd/t/src/x.tgz
90 lib/mro.pm
91 lib/TAP/
92 lib/Test/Harness.pm
93 t/rantests
94 t/tmp*
95 t/perl
96 t/test_state
97 *.output
98
99 # t/op/require.t byproducts
100 t/bleah.pm
101 t/bleah.do
102 t/bleah.flg
103 t/urkkk.pm
104 t/urkkk.pmc
105 t/krunch.pm
106 t/krunch.pmc
107 t/whap.pm
108 t/whap.pmc
109
110 # make_ext.pl cleanup scripts
111 realclean.sh
112 veryclean.sh
113
114 # metaconfig needs these three symlinks
115 .package
116 U
117 MANIFEST.new
118
119 # ignore vim swap files
120 *.swp