EntityComponentMetaSystem/.gitignore
Stephen Seo 8c462b83a1 Add static_assert, components must be def-const
EC::Manager will fail to compile if any given Component is not default
constructible, so a static_assert and ctest was added.
2018-09-11 12:16:04 +09:00

7 lines
59 B
Plaintext

build*/
*.o
*.swp
doxygen_html/
compile_commands.json
tags