summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorDavid Reiss <dreiss@apache.org>2008-10-22 21:59:12 +0000
committerDavid Reiss <dreiss@apache.org>2008-10-22 21:59:12 +0000
commitad8ce354acc30777fad8d6d0b89b512f5a13d689 (patch)
tree891a78ec49b9ff2698357c232f7d73bc7ef0f955 /.gitignore
parentdc0aada96102265565368db6996ddb5cd37b5e3f (diff)
downloadthrift-ad8ce354acc30777fad8d6d0b89b512f5a13d689.tar.gz
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
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore128
1 files changed, 64 insertions, 64 deletions
diff --git a/.gitignore b/.gitignore
index 6b5f0e2ca..23633ddec 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,66 +1,66 @@
/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.lineno
-configure.scan
-depcomp
-if/Makefile
-if/Makefile.in
-install-sh
-lib/Makefile
-lib/Makefile.in
-lib/erl/ebin
-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
-ylwrap
+/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.lineno
+/configure.scan
+/depcomp
+/if/Makefile
+/if/Makefile.in
+/install-sh
+/lib/Makefile
+/lib/Makefile.in
+/lib/erl/ebin
+/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
+/ylwrap