Project:
GNU grep
Code Location:
git://git.sv.gnu.org/grep.gitmaster
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
*.a *.exe *.o *~ .deps /ABOUT-NLS /GNUmakefile /ID /INSTALL /README-release /aclocal.m4 /autom4te.cache /build-aux/compile /config.cache /config.h /config.hin /config.log /config.status /configure /configure.ac /doc/grep.1 /doc/grep.aux /doc/grep.cp /doc/grep.cps /doc/grep.fn /doc/grep.ky /doc/grep.log /doc/grep.op /doc/grep.pdf /doc/grep.pg /doc/grep.toc /doc/grep.tp /doc/grep.vr /gnulib-tests/* /grep-*.tar.[gx]z /grep-*.tar.[gx]z.sig /lib/* /lib/charset.alias /lib/configmake.h /lib/uniwidth/ /m4/* /maint.mk /po/POTFILES /po/stamp-po /stamp-h1 /tests/*.log /tests/*.trs /tests/bre.script /tests/csinput /tests/cspatfile /tests/ere.script /tests/get-mb-cur-max /tests/khadafy.out /tests/patfile /tests/spencer1.script /tests/yesno.txt ABOUT-NLS ChangeLog Makefile Makefile.in TAGS !/gnulib-tests/Makefile.am !/lib/Makefile.am !/lib/colorize-posix.c !/lib/colorize-w32.c !/lib/colorize.h
