-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy path.gitignore
More file actions
53 lines (47 loc) · 766 Bytes
/
.gitignore
File metadata and controls
53 lines (47 loc) · 766 Bytes
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
*~
.*.swp
INSTALL
Makefile
Makefile.in
*/Makefile
*/Makefile.in
*/.deps/*
src/gtextutils/.deps/
src/gtextutils/.libs/
src/gtextutils/*.o
src/gtextutils/*.la
src/gtextutils/*.lo
tests/*.o
tests/*.trs
tests/*.log
aclocal.m4
autom4te.cache/*
config.h
config.h.in
config.log
config.status
config/*
configure
gtextutils.pc
libtool
m4/libtool.m4
m4/ltoptions.m4
m4/ltsugar.m4
m4/ltversion.m4
m4/lt~obsolete.m4
stamp-h1
libgtextutils-*.tar.bz2
libgtextutils-*.tar.gz
tests/.libs
tests/fdout.txt.gz
tests/pipe_out.txt.gz
tests/test_container_join
tests/test_fd_inbuf
tests/test_fd_outbuf
tests/test_in_out_buf
tests/test_input_stream_wrapper
tests/test_natural_sort
tests/test_pipe_fitter
tests/test_string_tokenize
tests/test_text_reader
tests/test_text_reader_unget