diff --git a/.gitignore b/.gitignore index 52a1170..e0fbaca 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,9 @@ src/main/antlr4/de/hsrm/compiler/Klang/.antlr # assembly files *.s + +# other sourcecode files +*.c + +# build output +out