diff --git a/.gitignore b/.gitignore index 12039546..ce24aca2 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,9 @@ .vs/ obj/ +*.swp + +# Compiiled output *.d *.hex *.eep @@ -14,4 +17,4 @@ obj/ *.sym *.lnk *.lss -*.lst \ No newline at end of file +*.lst