From 56bee6b3e0cceccfa30f674a23417fd509e2d19a Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Sat, 2 Apr 2022 07:41:06 -0300 Subject: [PATCH] Add .gitignore --- .gitignore | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..30c3e3d --- /dev/null +++ b/.gitignore @@ -0,0 +1,17 @@ +# Folders: +.DS_Store/ +.vs/ +bin/ +cache/ +log/ +obj/ +node_modules/ + +# Files: +*.csproj.user +*~ + +# Project specific: +bison-parser.c +bison-parser.h +flex-scanner.c