forked from facebook/fbthrift
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
50 lines (46 loc) · 912 Bytes
/
.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
*~
# autoreconf artifacts
Makefile.in
/thrift/aclocal.m4
/thrift/autom4te.cache/
/thrift/build-aux/
/thrift/config.guess
/thrift/config.hin
/thrift/configure
# Configure artifacts
# Can't include all Makefiles, since some are non-autoconf
.deps
.dirstamp
_configs.sed
/thrift/Makefile
/thrift/compiler/Makefile
/thrift/compiler/py/Makefile
/thrift/compiler/version.h
/thrift/config.h
/thrift/lib/cpp/thrift_config.h
/thrift/config.log
/thrift/config.status
/thrift/lib/Makefile
/thrift/lib/cpp/Makefile
/thrift/lib/cpp2/Makefile
/thrift/lib/cpp2/test/Makefile
/thrift/lib/thrift/Makefile
/thrift/libtool
/thrift/stamp-h1
/thrift/m4/libtool.m4
/thrift/m4/lt*
# Build artifacts
.libs
*.o
*.lo
*.a
*.la
gen-cpp
gen-cpp2
/thrift/.python-local/
/thrift/compiler/thrifty.hh
/thrift/compiler/thrift1
/thrift/compiler/thriftl.cc
/thrift/compiler/thrifty.cc
/thrift/compiler/py/build/
/thrift/compiler/py/frontend.so