From 3117096ab99c73f9a51ed46b9447b640d31a652f Mon Sep 17 00:00:00 2001 From: Gediminas Jakutis Date: Mon, 18 Mar 2019 01:49:39 +0200 Subject: Initial commit. This creates a working buildable dummy template to build the project upon. Everything save for the build system are demonstrational dummies and everything including the build system is written to be easily extendable. This commit closes Ticket 5. Signed-off-by: Gediminas Jakutis --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5a90445 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +*.o +*.bin +a.out +build -- cgit v1.2.3