added CMake make build files to gitignore
This commit is contained in:
parent
8db37403e9
commit
70f62cee0b
|
@ -4,3 +4,12 @@ cmake-build-debug
|
||||||
.idea
|
.idea
|
||||||
tmp
|
tmp
|
||||||
.git
|
.git
|
||||||
|
CMakeFiles
|
||||||
|
cmake_install.cmake
|
||||||
|
CMakeCache.txt
|
||||||
|
compile_commands.json
|
||||||
|
Makefile
|
||||||
|
.cache
|
||||||
|
lexer.ll.c
|
||||||
|
parser.tab.c
|
||||||
|
parser.tab.h
|
Loading…
Reference in New Issue