From 415549dd77f443b7d626c013a679fb893f773257 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20H=C3=BCrlimann=20=28CyT=29?= Date: Mon, 30 Mar 2015 12:54:15 +0200 Subject: [PATCH] Add compiler/cpp/lex.yythriftl.cc to gitignore. 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. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 70e05f04d69..3421aef42b8 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