-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy path.gitignore
78 lines (78 loc) · 1.6 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
73
74
75
76
77
78
/doc/*.aux
/doc/*.dvi
/doc/*.nav
/doc/*.snm
/doc/*.toc
/doc/*.log
/doc/*.out
/doc/*.pdf
/doc/architecture.tex
**/tup.config
/cpp/bin/
/cpp/**/*.o
/cpp/.tup/
/cpp/automake_client/alba_proxy_client_test
/cpp/automake_client/alba_test_client
/cpp/automake_client/Makefile.in
/cpp/automake_client/aclocal.m4
/cpp/automake_client/autom4te.cache/
/cpp/automake_client/config.guess
/cpp/automake_client/config.sub
/cpp/automake_client/configure
/cpp/automake_client/depcomp
/cpp/automake_client/install-sh
/cpp/automake_client/ltmain.sh
/cpp/automake_client/m4/
/cpp/automake_client/missing
/cpp/automake_client/Makefile
/cpp/automake_client/compile
/cpp/automake_client/config.log
/cpp/automake_client/config.status
/cpp/automake_client/libalbaproxy*
/cpp/automake_client/libtool
/cpp/automake_client/.deps/
/cpp/automake_client/.libs/
/cpp/include/.deps/
/cpp/lib/
/cpp/gtestresults.xml
/cpp/src/examples/.deps/
/cpp/src/examples/.dirstamp
/cpp/src/lib/.deps/
/cpp/src/lib/.dirstamp
/cpp/src/tests/.deps/
/cpp/src/tests/.dirstamp
/ocaml/_build/
/ocaml/*.native
/ocaml/*.byte
/ocaml/*.cmxs
/test_data/target/
/tmp/
/fabfile.pyc
/_virt/
/testresults*.xml
/**/*.pyc
/gtestresults.xml
/*.out
/debian/alba.debhelper.log
/debian/alba.postinst.debhelper
/debian/alba.postrm.debhelper
/debian/alba/
/debian/alba-ee/
/debian/alba.substvars
/debian/.debhelper/
/debian/debhelper-build-stamp
/debian/files
/cpp/src/lib/libalbaproxy_la-*.lo
/alba_*_amd64.deb
/arakoon_*_amd64.deb
/alba-*.x86_64.rpm
/arakoon-*.x86_64.rpm
/redhat/RPMS/
/redhat/SOURCES/
/redhat/SRPMS/
/rpmbuild/
/oUnit-anon.cache
/setup/_build/
/setup/setup.native
/ppx/_build/
/ppx/*.native