mirror of
https://github.com/valitydev/thrift.git
synced 2024-11-06 18:35:19 +00:00
Make .gitignore more specific
The leading slashes prevent it from matching similar-looking paths in subdirectories. git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@707210 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
dc0aada961
commit
ad8ce354ac
128
.gitignore
vendored
128
.gitignore
vendored
@ -1,66 +1,66 @@
|
|||||||
/Makefile
|
/Makefile
|
||||||
/Makefile.in
|
/Makefile.in
|
||||||
aclocal.m4
|
/aclocal.m4
|
||||||
autom4te.cache
|
/autom4te.cache
|
||||||
autoscan.log
|
/autoscan.log
|
||||||
compiler/cpp/.deps
|
/compiler/cpp/.deps
|
||||||
compiler/cpp/Makefile
|
/compiler/cpp/Makefile
|
||||||
compiler/cpp/Makefile.in
|
/compiler/cpp/Makefile.in
|
||||||
compiler/cpp/thrift
|
/compiler/cpp/thrift
|
||||||
compiler/cpp/*.o
|
/compiler/cpp/*.o
|
||||||
compiler/cpp/thriftl.cc
|
/compiler/cpp/thriftl.cc
|
||||||
compiler/cpp/thrifty.cc
|
/compiler/cpp/thrifty.cc
|
||||||
compiler/cpp/thrifty.h
|
/compiler/cpp/thrifty.h
|
||||||
config.*
|
/config.*
|
||||||
configure
|
/configure
|
||||||
configure.lineno
|
/configure.lineno
|
||||||
configure.scan
|
/configure.scan
|
||||||
depcomp
|
/depcomp
|
||||||
if/Makefile
|
/if/Makefile
|
||||||
if/Makefile.in
|
/if/Makefile.in
|
||||||
install-sh
|
/install-sh
|
||||||
lib/Makefile
|
/lib/Makefile
|
||||||
lib/Makefile.in
|
/lib/Makefile.in
|
||||||
lib/erl/ebin
|
/lib/erl/ebin
|
||||||
lib/cpp/.deps
|
/lib/cpp/.deps
|
||||||
lib/cpp/.libs
|
/lib/cpp/.libs
|
||||||
lib/cpp/Makefile
|
/lib/cpp/Makefile
|
||||||
lib/cpp/Makefile.in
|
/lib/cpp/Makefile.in
|
||||||
lib/cpp/concurrency_test
|
/lib/cpp/concurrency_test
|
||||||
lib/cpp/*.o
|
/lib/cpp/*.o
|
||||||
lib/cpp/*.la
|
/lib/cpp/*.la
|
||||||
lib/cpp/*.lo
|
/lib/cpp/*.lo
|
||||||
lib/cpp/*.pc
|
/lib/cpp/*.pc
|
||||||
lib/csharp/Makefile
|
/lib/csharp/Makefile
|
||||||
lib/csharp/Makefile.in
|
/lib/csharp/Makefile.in
|
||||||
lib/java/Makefile
|
/lib/java/Makefile
|
||||||
lib/java/Makefile.in
|
/lib/java/Makefile.in
|
||||||
lib/java/build
|
/lib/java/build
|
||||||
lib/java/libthrift.jar
|
/lib/java/libthrift.jar
|
||||||
lib/py/Makefile
|
/lib/py/Makefile
|
||||||
lib/py/Makefile.in
|
/lib/py/Makefile.in
|
||||||
lib/py/build
|
/lib/py/build
|
||||||
libtool
|
/libtool
|
||||||
ltmain.sh
|
/ltmain.sh
|
||||||
missing
|
/missing
|
||||||
stamp-h1
|
/stamp-h1
|
||||||
test/.deps
|
/test/.deps
|
||||||
test/.libs
|
/test/.libs
|
||||||
test/*.o
|
/test/*.o
|
||||||
test/DebugProtoTest
|
/test/DebugProtoTest
|
||||||
test/JSONProtoTest
|
/test/JSONProtoTest
|
||||||
test/Makefile
|
/test/Makefile
|
||||||
test/Makefile.in
|
/test/Makefile.in
|
||||||
test/OptionalRequiredTest
|
/test/OptionalRequiredTest
|
||||||
test/ReflectionTest
|
/test/ReflectionTest
|
||||||
test/gen-cpp
|
/test/gen-cpp
|
||||||
test/java/Makefile
|
/test/java/Makefile
|
||||||
test/java/Makefile.am
|
/test/java/Makefile.am
|
||||||
test/java/Makefile.in
|
/test/java/Makefile.in
|
||||||
test/java/build
|
/test/java/build
|
||||||
test/java/gen-java
|
/test/java/gen-java
|
||||||
test/java/thrifttest.jar
|
/test/java/thrifttest.jar
|
||||||
test/py/Makefile
|
/test/py/Makefile
|
||||||
test/py/Makefile.in
|
/test/py/Makefile.in
|
||||||
test/py/gen-py
|
/test/py/gen-py
|
||||||
ylwrap
|
/ylwrap
|
||||||
|
Loading…
Reference in New Issue
Block a user