Skip to content

Commit 2e907ab

Browse files
committed
Cleaned the project, modified gitignore
1 parent ea5ad15 commit 2e907ab

File tree

7 files changed

+7
-759
lines changed

7 files changed

+7
-759
lines changed

.gitignore

Lines changed: 7 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -1,59 +1,18 @@
11
*~
22
.*.swp
3-
INSTALL
4-
Makefile
5-
Makefile.in
6-
*/Makefile
7-
*/Makefile.in
8-
*/.deps/*
9-
src/gtextutils/.deps/
10-
src/gtextutils/.libs/
11-
src/gtextutils/*.o
12-
src/gtextutils/*.la
13-
src/gtextutils/*.lo
14-
tests/*.o
15-
tests/*.trs
16-
tests/*.log
173

18-
aclocal.m4
19-
autom4te.cache/*
20-
config.h
21-
config.h.in
22-
config.log
23-
config.status
24-
config/*
25-
configure
26-
gtextutils.pc
27-
libtool
28-
m4/libtool.m4
29-
m4/ltoptions.m4
30-
m4/ltsugar.m4
31-
m4/ltversion.m4
32-
m4/lt~obsolete.m4
33-
stamp-h1
34-
35-
libgtextutils-*.tar.bz2
364
libgtextutils-*.tar.gz
375

38-
tests/.libs
39-
40-
tests/fdout.txt.gz
41-
tests/pipe_out.txt.gz
42-
43-
tests/test_container_join
44-
tests/test_fd_inbuf
45-
tests/test_fd_outbuf
46-
tests/test_in_out_buf
47-
tests/test_input_stream_wrapper
48-
tests/test_natural_sort
49-
tests/test_pipe_fitter
50-
tests/test_string_tokenize
51-
tests/test_text_reader
52-
tests/test_text_reader_unget
53-
546
# any logs files
557

568
/*/*.log
579

5810
# Ignore build directory
5911
build/
12+
13+
# ignore tests directory
14+
15+
tests/
16+
17+
# .DS_Store
18+
.DS_Store

AUTHORS

Lines changed: 0 additions & 4 deletions
This file was deleted.

COPYING

Lines changed: 0 additions & 661 deletions
This file was deleted.

ChangeLog

Whitespace-only changes.

NEWS

Lines changed: 0 additions & 26 deletions
This file was deleted.

README

Lines changed: 0 additions & 14 deletions
This file was deleted.

THANKS

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)