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