added CMake make build files to gitignore

This commit is contained in:
Sven Vogel 2024-02-13 22:31:28 +01:00
parent 8db37403e9
commit 70f62cee0b
1 changed files with 10 additions and 1 deletions

9
.gitignore vendored
View File

@ -4,3 +4,12 @@ cmake-build-debug
.idea
tmp
.git
CMakeFiles
cmake_install.cmake
CMakeCache.txt
compile_commands.json
Makefile
.cache
lexer.ll.c
parser.tab.c
parser.tab.h