summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorJens Geyer <jensg@apache.org>2015-04-02 22:41:22 +0200
committerJens Geyer <jensg@apache.org>2015-04-02 22:41:22 +0200
commitb149c4f0448c713ea2e76457c096c5c16d85cf23 (patch)
treed0884f941901d5d44d4f6c89bfa60d3bfff8d3df /.gitignore
parentaf577247c9b6af55f8828d56e10d4db7298cb97e (diff)
downloadthrift-b149c4f0448c713ea2e76457c096c5c16d85cf23.tar.gz
THRIFT-3074 Add compiler/cpp/lex.yythriftl.cc to gitignore.
Client: Compiler (General) Author: Simon Hürlimann (CyT) <simon.huerlimann@cyt.ch> This closes #412 I've accidentially checked that file in in another PR. So this commit adds that file to the .gitignore. Might be that this is only a temporary file, as I got some compiling issues. Should be ignored anyway.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 70e05f04d..3421aef42 100644
--- a/.gitignore
+++ b/.gitignore
@@ -55,6 +55,7 @@ test-driver
/compiler/cpp/thrift
/compiler/cpp/thriftl.cc
/compiler/cpp/thrifty.cc
+/compiler/cpp/lex.yythriftl.cc
/compiler/cpp/thrifty.h
/compiler/cpp/thrifty.hh
/compiler/cpp/version.h