From ea23abab6e6cdda0476a6f28cfbbd540b5923c8a Mon Sep 17 00:00:00 2001 From: ken Date: Fri, 16 Dec 2016 16:22:38 -0800 Subject: [PATCH] ignore apc-related things in root, ignore emacs files, ignore parser output --- .gitignore | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 86a7b85..c3f76ab 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,9 @@ +*apc* +!src/*apc* *.tab.c *.tab.h -lexer_lex.c +*.fsm.c +*.o +*~ +*#*# +parser.output -- 2.18.0