WIP: clean up binary/lock files #1

Draft
sanine wants to merge 1 commit from sanine/stefonzo-sECS:main into main
8 changed files with 4 additions and 17 deletions

1
.gitattributes vendored Normal file
View file

@ -0,0 +1 @@
* text=auto

3
.gitignore vendored
View file

@ -1,3 +1,6 @@
ecs ecs
Makefile~ Makefile~
main.cpp~ main.cpp~
*~
#*
*.o

View file

View file

View file

@ -1,17 +0,0 @@
#include <unordered_map>
struct PositionComponent {
double x, y;
};
struct VelocityComponent {
double x, y;
};
struct AccelerationComponent {
double x, y;
};
struct TextureComponent {
std::string texture_path;
};

Binary file not shown.

View file

Binary file not shown.