From 7debb7ab9a097fadf0e10464a2da0d7b19777c3e Mon Sep 17 00:00:00 2001
From: Anders Blomdell <anders.blomdell@control.lth.se>
Date: Thu, 9 Oct 2014 18:50:52 +0200
Subject: [PATCH] Some more cleanup

---
 .gitignore               | 4 ++++
 examples/simple/Makefile | 6 ++++++
 2 files changed, 10 insertions(+)

diff --git a/.gitignore b/.gitignore
index a232684..336ae92 100644
--- a/.gitignore
+++ b/.gitignore
@@ -26,3 +26,7 @@ examples/twoway/gen/
 lib/csharp/labcomm.dll
 lib/java/gen/
 lib/java/labcomm*.jar
+examples/simple/example_decoder
+examples/simple/example_decoder06
+examples/simple/example_encoder
+examples/simple/example_encoder06
diff --git a/examples/simple/Makefile b/examples/simple/Makefile
index 757301e..b11fc29 100644
--- a/examples/simple/Makefile
+++ b/examples/simple/Makefile
@@ -4,3 +4,9 @@ clean:
 
 distclean:
 	rm -rf gen
+	rm -rf gen06
+	rm -f *.class
+	rm -f example_encoder
+	rm -f example_encoder06
+	rm -f example_decoder
+	rm -f example_decoder06
-- 
GitLab