mirror of
https://github.com/valitydev/thrift.git
synced 2024-11-07 02:45:22 +00:00
Add .gitignore file.
Ignore all generated files. git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665563 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ea5e75af3b
commit
2c2dc67fd8
63
.gitignore
vendored
Normal file
63
.gitignore
vendored
Normal file
@ -0,0 +1,63 @@
|
||||
Makefile
|
||||
Makefile.in
|
||||
aclocal.m4
|
||||
autom4te.cache
|
||||
autoscan.log
|
||||
compiler/cpp/.deps
|
||||
compiler/cpp/Makefile
|
||||
compiler/cpp/Makefile.in
|
||||
compiler/cpp/thrift
|
||||
compiler/cpp/*.o
|
||||
compiler/cpp/thriftl.cc
|
||||
compiler/cpp/thrifty.cc
|
||||
compiler/cpp/thrifty.h
|
||||
config.*
|
||||
configure
|
||||
configure.scan
|
||||
depcomp
|
||||
if/Makefile
|
||||
if/Makefile.in
|
||||
install-sh
|
||||
lib/Makefile
|
||||
lib/Makefile.in
|
||||
lib/cpp/.deps
|
||||
lib/cpp/.libs
|
||||
lib/cpp/Makefile
|
||||
lib/cpp/Makefile.in
|
||||
lib/cpp/concurrency_test
|
||||
lib/cpp/*.o
|
||||
lib/cpp/*.la
|
||||
lib/cpp/*.lo
|
||||
lib/cpp/*.pc
|
||||
lib/csharp/Makefile
|
||||
lib/csharp/Makefile.in
|
||||
lib/java/Makefile
|
||||
lib/java/Makefile.in
|
||||
lib/java/build
|
||||
lib/java/libthrift.jar
|
||||
lib/py/Makefile
|
||||
lib/py/Makefile.in
|
||||
lib/py/build
|
||||
libtool
|
||||
ltmain.sh
|
||||
missing
|
||||
stamp-h1
|
||||
test/.deps
|
||||
test/.libs
|
||||
test/*.o
|
||||
test/DebugProtoTest
|
||||
test/JSONProtoTest
|
||||
test/Makefile
|
||||
test/Makefile.in
|
||||
test/OptionalRequiredTest
|
||||
test/ReflectionTest
|
||||
test/gen-cpp
|
||||
test/java/Makefile
|
||||
test/java/Makefile.am
|
||||
test/java/Makefile.in
|
||||
test/java/build
|
||||
test/java/gen-java
|
||||
test/java/thrifttest.jar
|
||||
test/py/Makefile
|
||||
test/py/Makefile.in
|
||||
test/py/gen-py
|
Loading…
Reference in New Issue
Block a user