diff --git a/compiler/.gitignore b/compiler/.gitignore index cd43175..57615c6 100644 --- a/compiler/.gitignore +++ b/compiler/.gitignore @@ -1,7 +1,4 @@ -# Common IntelliJ Platform excludes -.idea - -[Bb]in/ -[Oo]bj/ - +.idea +bin +obj out.c \ No newline at end of file