summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore12
-rw-r--r--apps/Makefile (renamed from app/Makefile)0
-rwxr-xr-xapps/configure (renamed from app/configure)0
-rw-r--r--apps/dolmetschctl.c (renamed from app/dolmetschctl.c)0
4 files changed, 6 insertions, 6 deletions
diff --git a/.gitignore b/.gitignore
index a2fe464..87b79ab 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,11 +1,11 @@
contrib/avr-utils
contrib/.spreadavr.prepared
-app/include.mk
-app/dolmetschctl
-app/*.o
-app/*.d
-app/*.d.*
-app/config.h
+apps/include.mk
+apps/dolmetschctl
+apps/*.o
+apps/*.d
+apps/*.d.*
+apps/config.h
firmware/*.a
firmware/*.o
firmware/*.d
diff --git a/app/Makefile b/apps/Makefile
index 13a61fa..13a61fa 100644
--- a/app/Makefile
+++ b/apps/Makefile
diff --git a/app/configure b/apps/configure
index 597ba07..597ba07 100755
--- a/app/configure
+++ b/apps/configure
diff --git a/app/dolmetschctl.c b/apps/dolmetschctl.c
index 1d695a5..1d695a5 100644
--- a/app/dolmetschctl.c
+++ b/apps/dolmetschctl.c