This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix typo in warning code added to pp_sockpair in c289d2f7288798f8.
[perl5.git] / .gitignore
... / ...
CommitLineData
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
7git_version.h
8
9# ignore bug*.pl
10bug*.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
66dll.base
67/ext/DynaLoader/dl_win32.xs
68splittree.pl
69
70# ?
71ext.libs
72
73# these are scattered everywhere, ignore them
74.exists
75MYMETA.yml
76
77/miniperl
78/perl
79
80/extra.pods
81/generate_uudmap
82/uni.data
83/uudmap.h
84/bitcount.h
85
86lib/inc/
87lib/Win32.pm
88lib/Win32API/
89lib/Win32CORE.pm
90lib/CORE/
91
92# test byproducts
93ext/Test-Harness/t/ext/
94lib/App/
95lib/Archive/Tar/t/src/long/foo.tbz
96lib/Archive/Tar/t/src/short/foo.tbz
97lib/IPC/Cmd/t/src/x.tgz
98lib/mro.pm
99lib/TAP/
100lib/Test/Harness.pm
101t/rantests
102t/tmp*
103t/perl
104t/test_state
105*.output
106cpan/ExtUtils-MakeMaker/t/Big-Dummy/
107cpan/Module-Build/MB-*
108*.tmp
109t/*.ph
110t/lib/*.ph
111
112# t/op/require.t byproducts
113t/bleah.pm
114t/bleah.do
115t/bleah.flg
116t/urkkk.pm
117t/urkkk.pmc
118t/krunch.pm
119t/krunch.pmc
120t/whap.pm
121t/whap.pmc
122
123# make_ext.pl cleanup scripts
124realclean.sh
125veryclean.sh
126
127# metaconfig needs these three symlinks
128.package
129U
130MANIFEST.new
131
132# ignore editor droppings
133*.swp
134*~
135.#*