This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Avoid circularity in $(LIBBASEFILES) definition in Win32 dmake makefile
[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 # files produced by './configure.gnu' on a Linux machine
13 Makefile.old
14 /Makefile
15 /Policy.sh
16 /cflags
17 /config.h
18 /config.sh
19 /makeaperl
20 /makedepend
21 /makedir
22 /makefile
23 /makefile.old
24 /myconfig
25 /opmini.c
26 /perlmain.c
27 /perlmini.c
28 /pod/Makefile
29 /runtests
30 /writemain
31 /x2p/Makefile
32 /x2p/cflags
33 /x2p/makefile
34 /x2p/makefile.old
35
36 # alternative names on OS X
37 /GNUmakefile
38 /GNUmakefile.old
39 /x2p/GNUmakefile
40 /x2p/GNUmakefile.old
41
42 # general build products
43 *.o
44 *.a
45 *.so
46
47 # general build products (Win32)
48 *.def
49 *.dll
50 *.exe
51 *.exp
52 *.ico
53 *.ilk
54 *.lib
55 *.obj
56 *.pdb
57 *.res
58 *.RES
59
60 dll.base
61 /ext/DynaLoader/dl_win32.xs
62 splittree.pl
63
64 # ?
65 ext.libs
66
67 # these are scattered everywhere, ignore them
68 .exists
69
70 /miniperl
71 /perl
72
73 /extra.pods
74 /generate_uudmap
75 /uni.data
76 /uudmap.h
77 /bitcount.h
78
79 lib/Win32.pm
80 lib/Win32API/
81 lib/Win32CORE.pm
82 lib/CORE/
83
84 # test byproducts
85 ext/Test-Harness/t/ext/
86 lib/App/
87 lib/Archive/Tar/t/src/long/foo.tbz
88 lib/Archive/Tar/t/src/short/foo.tbz
89 lib/IPC/Cmd/t/src/x.tgz
90 lib/mro.pm
91 lib/TAP/
92 lib/Test/Harness.pm
93 t/rantests
94 t/tmp*
95 t/perl
96 t/test_state
97 *.output
98
99 # t/op/require.t byproducts
100 t/bleah.pm
101 t/bleah.do
102 t/bleah.flg
103 t/urkkk.pm
104 t/urkkk.pmc
105 t/krunch.pm
106 t/krunch.pmc
107 t/whap.pm
108 t/whap.pmc
109
110 # make_ext.pl cleanup scripts
111 realclean.sh
112 veryclean.sh
113
114 # metaconfig needs these three symlinks
115 .package
116 U
117 MANIFEST.new
118
119 # ignore vim swap files
120 *.swp