From c6cd39130134fc1170d36803a4efd1459d2c2f70 Mon Sep 17 00:00:00 2001 From: Pedro Date: Thu, 23 Oct 2014 16:31:54 +0200 Subject: [PATCH] added ignores --- src/.gitignore | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/.gitignore b/src/.gitignore index 2d305a0..b1279fd 100644 --- a/src/.gitignore +++ b/src/.gitignore @@ -1,5 +1,5 @@ -flex_lexer.c +flex_lexer.c* flex_lexer.h -bison_parser.c +bison_parser.c* bison_parser.h -*.o \ No newline at end of file +*.o