DEV: Makefile for testing created. Eclipse project is discarted

This commit is contained in:
Christos Houtouridis
2019-11-14 12:19:39 +02:00
parent 984a073f29
commit 3d05623383
4 changed files with 28917 additions and 1 deletions
+10 -1
View File
@@ -1,3 +1,12 @@
#
# Ignore binary directories
bin/
.dep/
obj/
# Ignore eclipse projects
.cproject
.project
.settings
Debug/
Release/