-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy path.gitignore
73 lines (72 loc) · 1.09 KB
/
.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
67
68
69
70
71
72
*~
*.a
aclocal.m4
autom4te.cache/
*.bak
callgrind.out.*
compile
config.guess
config.h
config.h.in
config.log
config.status
config.sub
configure
configure.in
core.*
depcomp
.deps
.dirstamp
*.dylib
*.gcda
*.gcno
*.gcov
INSTALL
install-sh
*_lexer.cpp
*_lexer.h*
*.lib
*.log
ltmain.sh
Makefile
Makefile.in
missing
*.o
*.obj
*.os
*_parser.cpp
*_parser.h*
*.patch
*.pyc
s9s/s9s
.scon*
*.so
stamp-h1
*.swo
*.swp
tags
tests/ut_s9sserver/ut_s9sserver
tests/ut_library/ut_library
tests/ut_s9sstring/ut_s9sstring
tests/ut_s9svariant/ut_s9svariant
tests/ut_s9svariantmap/ut_s9svariantmap
tests/ut_s9soptions/ut_s9soptions
tests/ut_s9sregexp/ut_s9sregexp
tests/ut_s9sconfigfile/ut_s9sconfigfile
tests/ut_s9snode/ut_s9snode
tests/ut_s9srpcclient/ut_s9srpcclient
tests/ut_s9surl/ut_s9surl
tests/ut_s9saccount/ut_s9saccount
tests/ut_s9sgraph/ut_s9sgraph
tests/ut_s9scluster/ut_s9scluster
tests/ut_s9sbackup/ut_s9sbackup
tests/ut_s9sdatetime/ut_s9sdatetime
tests/ut_s9suser/ut_s9suser
tests/ut_s9sfile/ut_s9sfile
y.tab.c
debian/files
debian/libs9s0.substvars
debian/libs9s0/
debian/s9s-tools.substvars
debian/s9s-tools/
debian/tmp/