From be0230eb9ff1b08e45d79a28d39c0feea7869673 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Mon, 9 Jan 2012 17:14:14 -0700 Subject: Ignore windows temp files. --- src/.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/.gitignore b/src/.gitignore index 3492adb..018bafc 100644 --- a/src/.gitignore +++ b/src/.gitignore @@ -3,3 +3,5 @@ parser.tab.h parser.yy.c parser.yy.h version.h +parser.tab.cpp +parser.yy.cpp -- cgit v1.2.3