From f492d7da311be736e91f2f18ab7fca1f0ebff192 Mon Sep 17 00:00:00 2001
From: Anders Blomdell <anders.blomdell@control.lth.se>
Date: Thu, 9 Oct 2014 18:30:34 +0200
Subject: [PATCH] Cleanup actions added.

---
 .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..05b1599 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