From a7ac9e0bb5c1cee263a7454ccdc4b9621613659f Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Fri, 10 Mar 2017 21:45:47 +0000 Subject: fixing .gitignore --- .gitignore | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 5c9ec88..886e692 100644 --- a/.gitignore +++ b/.gitignore @@ -1,22 +1,25 @@ -# ignored folders +# specific ignored folders ./bin/ -./c_lexer/build/ -./c_parser/build/ -./c_compiler/build/ ./working/ ./test/ -./c_compiler/test/ref/ -./c_compiler/test/out/ + +# ignored all called + +build/ + +# ignore all files with these extensions *.yy.cpp *.tab.cpp *.tab.hpp *.o *.output -\#* -.#* *.log .vagrant *~ *.s + +# emacs temp files + +.#* -- cgit