Repository: thrift Updated Branches: refs/heads/master af577247c -> b149c4f04
THRIFT-3074 Add compiler/cpp/lex.yythriftl.cc to gitignore. Client: Compiler (General) Author: Simon Hürlimann (CyT) <[email protected]> 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. Project: http://git-wip-us.apache.org/repos/asf/thrift/repo Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/b149c4f0 Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/b149c4f0 Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/b149c4f0 Branch: refs/heads/master Commit: b149c4f0448c713ea2e76457c096c5c16d85cf23 Parents: af57724 Author: Jens Geyer <[email protected]> Authored: Thu Apr 2 22:41:22 2015 +0200 Committer: Jens Geyer <[email protected]> Committed: Thu Apr 2 22:41:22 2015 +0200 ---------------------------------------------------------------------- .gitignore | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/thrift/blob/b149c4f0/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index 70e05f0..3421aef 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
