This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Address [perl #117999] for now by skipping known bad test on AIX
[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 # generated for configuration overrides, eg Solaris
37 /config.over
38
39 # alternative names on OS X
40 /GNUmakefile
41 /x2p/GNUmakefile
42
43 # produced by dtrace -H when configured with usedtrace
44 perldtrace.h
45
46 # general build products
47 *.o
48 *.a
49 *.so
50 *.i
51 *.old
52 *.xsc
53
54 # general build products (Win32)
55 *.def
56 *.dll
57 *.exe
58 *.exp
59 *.ico
60 *.ilk
61 *.lib
62 *.obj
63 *.pdb
64 *.res
65 *.RES
66
67 # gcov build products. see L<perlhack/"GCC gcov Profiling">
68 *.gcov
69 *.gcda
70 *.gcno
71
72 dll.base
73 /ext/DynaLoader/dl_win32.xs
74 splittree.pl
75
76 # generated by make on cygwin
77 /cygwin.c
78
79 # ?
80 ext.libs
81
82 # these are scattered everywhere, ignore them
83 .exists
84 MYMETA.*
85
86 /miniperl
87 /perl
88
89 /extra.pods
90 /generate_uudmap
91 /uni.data
92 /uudmap.h
93 /bitcount.h
94 /mg_data.h
95
96 lib/inc/
97 lib/Win32.pm
98 lib/Win32API/
99 lib/Win32CORE.pm
100 lib/CORE/
101
102 # test byproducts
103 ext/Test-Harness/t/ext/
104 lib/App/
105 lib/Archive/Tar/t/src/long/foo.tbz
106 lib/Archive/Tar/t/src/short/foo.tbz
107 lib/IPC/Cmd/t/src/x.tgz
108 lib/mro.pm
109 lib/TAP/
110 lib/Test/Harness.pm
111 lib/File/DosGlob.pm
112 t/rantests
113 t/tmp*
114 t/perl
115 t/test_state
116 *.output
117 cpan/ExtUtils-MakeMaker/t/Big-Dummy/
118 cpan/Module-Build/MB-*
119 *.tmp
120 t/*.ph
121 t/lib/*.ph
122
123 # t/op/require.t byproducts
124 t/bleah.pm
125 t/bleah.do
126 t/bleah.flg
127 t/urkkk.pm
128 t/urkkk.pmc
129 t/krunch.pm
130 t/krunch.pmc
131 t/whap.pm
132 t/whap.pmc
133
134 # make_ext.pl cleanup scripts
135 realclean.sh
136 veryclean.sh
137
138 # metaconfig needs these three symlinks
139 .package
140 U
141 MANIFEST.new
142
143 # ignore editor droppings
144 *.swp
145 *~
146 .#*
147
148 # test.valgrind final outputs, excluding intermediate files (pls report)
149 *.cachegrind
150 *.perf-stat
151 *.valgrind
152
153 # dont show .gdb_history files
154 .gdb_history
155
156 # generated by the top level install.html target. XXX Why does it need this?
157 /vms/README_vms.pod
158
159 #stuff to ignore from Module::Pluggable:
160 cpan/Module-Pluggable/t/lib/EditorJunk/Plugin/#Bar.pm#
161 cpan/Module-Pluggable/t/lib/OddTest/Plugin/-Dodgy.pm
162