This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
slightly smarter make_patchnum logic, detect if there are changes to the working...
[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 # ignore generated .patchnum file
6 .patchnum
7
8
9 # files produced by './configure.gnu' on a Linux machine
10 Makefile.old
11 /Makefile
12 /Policy.sh
13 /cflags
14 /config.h
15 /config.sh
16 /makeaperl
17 /makedepend
18 /makedir
19 /makefile
20 /makefile.old
21 /myconfig
22 /opmini.c
23 /perlmain.c
24 /pod/Makefile
25 /writemain
26 /x2p/Makefile
27 /x2p/cflags
28 /x2p/makefile
29 /x2p/makefile.old
30
31 # general build products
32 *.o
33 *.a
34
35 # general build products (Win32)
36 *.def
37 *.dll
38 *.exe
39 *.exp
40 *.ico
41 *.ilk
42 *.lib
43 *.obj
44 *.pdb
45 *.res
46 *.RES
47
48 # ?
49 ext.libs
50
51 # these are scattered everywhere, ignore them
52 .exists
53
54 /miniperl
55 /perl
56
57 /extra.pods
58 /generate_uudmap
59 /uni.data
60 /uudmap.h
61
62 x2p/a2p
63 x2p/find2perl
64 x2p/psed
65 x2p/s2p
66
67 # test byproduct
68 ext/Test/Harness/t/ext/
69 lib/App/
70 lib/Archive/Tar/t/src/long/foo.tbz
71 lib/Archive/Tar/t/src/short/foo.tbz
72 lib/IPC/Cmd/t/src/x.tgz
73 lib/TAP/
74 lib/Test/Harness.pm
75 t/rantests
76 t/tmp*