diff --git a/.gitignore b/.gitignore index e7426a1..b61e0d7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ /tags /.vscode +*.o +/spiel diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 059e6ac..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "files.associations": { - "isometricrenderer.h": "c", - "sprite.h": "c", - "map": "c", - "isometricmap.h": "c", - "animationhandler.h": "c", - "textureids.h": "c", - "tile.h": "c", - "raylib.h": "c", - "game.h": "c", - "buttons.h": "c", - "string.h": "c", - "uicontainer.h": "c", - "button.h": "c", - "cstdio": "c" - }, - "C_Cpp.errorSquiggles": "disabled" -} \ No newline at end of file