This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldelta up to 518a985
[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
17 /Policy.sh
18 /cflags
19 /config.h
20 /config.sh
21 /makeaperl
22 /makedepend
23 /makedir
24 /makefile
25 /myconfig
26 /opmini.c
27 /perlmain.c
28 /perlmini.c
29 /pod/Makefile
30 /runtests
31 /writemain
32 /x2p/Makefile
33 /x2p/cflags
34 /x2p/makefile
35
36 # alternative names on OS X
37 /GNUmakefile
38 /x2p/GNUmakefile
39
40 # general build products
41 *.o
42 *.a
43 *.so
44 *.i
45 *.old
46 *.xsc
47
48 # general build products (Win32)
49 *.def
50 *.dll
51 *.exe
52 *.exp
53 *.ico
54 *.ilk
55 *.lib
56 *.obj
57 *.pdb
58 *.res
59 *.RES
60
61 # gcov build products. see L<perlhack/"GCC gcov Profiling">
62 *.gcov
63 *.gcda
64 *.gcno
65
66 dll.base
67 /ext/DynaLoader/dl_win32.xs
68 splittree.pl
69
70 # ?
71 ext.libs
72
73 # these are scattered everywhere, ignore them
74 .exists
75 MYMETA.yml
76
77 /miniperl
78 /perl
79
80 /extra.pods
81 /generate_uudmap
82 /uni.data
83 /uudmap.h
84 /bitcount.h
85
86 lib/inc/
87 lib/Win32.pm
88 lib/Win32API/
89 lib/Win32CORE.pm
90 lib/CORE/
91
92 # test byproducts
93 ext/Test-Harness/t/ext/
94 lib/App/
95 lib/Archive/Tar/t/src/long/foo.tbz
96 lib/Archive/Tar/t/src/short/foo.tbz
97 lib/IPC/Cmd/t/src/x.tgz
98 lib/mro.pm
99 lib/TAP/
100 lib/Test/Harness.pm
101 t/rantests
102 t/tmp*
103 t/perl
104 t/test_state
105 *.output
106 cpan/ExtUtils-MakeMaker/t/Big-Dummy/
107 cpan/Module-Build/MB-*
108 *.tmp
109 t/*.ph
110 t/lib/*.ph
111
112 # t/op/require.t byproducts
113 t/bleah.pm
114 t/bleah.do
115 t/bleah.flg
116 t/urkkk.pm
117 t/urkkk.pmc
118 t/krunch.pm
119 t/krunch.pmc
120 t/whap.pm
121 t/whap.pmc
122
123 # make_ext.pl cleanup scripts
124 realclean.sh
125 veryclean.sh
126
127 # metaconfig needs these three symlinks
128 .package
129 U
130 MANIFEST.new
131
132 # ignore editor droppings
133 *.swp
134 *~
135 .#*