This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
handy.h: Mark more clearly things for internal-only use
[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 t/rantests
112 t/tmp*
113 t/perl
114 t/test_state
115 *.output
116 cpan/ExtUtils-MakeMaker/t/Big-Dummy/
117 cpan/Module-Build/MB-*
118 *.tmp
119 t/*.ph
120 t/lib/*.ph
121
122 # t/op/require.t byproducts
123 t/bleah.pm
124 t/bleah.do
125 t/bleah.flg
126 t/urkkk.pm
127 t/urkkk.pmc
128 t/krunch.pm
129 t/krunch.pmc
130 t/whap.pm
131 t/whap.pmc
132
133 # make_ext.pl cleanup scripts
134 realclean.sh
135 veryclean.sh
136
137 # metaconfig needs these three symlinks
138 .package
139 U
140 MANIFEST.new
141
142 # ignore editor droppings
143 *.swp
144 *~
145 .#*
146
147 # test.valgrind final outputs, excluding intermediate files (pls report)
148 *.cachegrind
149 *.perf-stat
150 *.valgrind
151
152 # dont show .gdb_history files
153 .gdb_history
154
155 # generated by the top level install.html target. XXX Why does it need this?
156 /vms/README_vms.pod