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.
diff --git a/.gitignore b/.gitignore
index 70e05f0..3421aef 100644
--- a/.gitignore
+++ b/.gitignore
@@ -55,6 +55,7 @@
/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