diff --git a/.gitignore b/.gitignore index c396473..c517485 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,13 @@ cmake-build-debug .vscode .idea tmp -.git \ No newline at end of file +.git +CMakeFiles +cmake_install.cmake +CMakeCache.txt +compile_commands.json +Makefile +.cache +lexer.ll.c +parser.tab.c +parser.tab.h \ No newline at end of file