Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Schuetz2012-03-02 10:36:34 +0000
committerThomas Schuetz2012-03-02 10:36:34 +0000
commit21c13921f486d0bb8035c9b52b8f2634afbeb69e (patch)
tree7d28c19a347afdb00c116a19f5a09b7150cfd882 /runtime
parent048b6bd7704c432536df6483d89f71df4c2d7eb8 (diff)
downloadorg.eclipse.etrice-21c13921f486d0bb8035c9b52b8f2634afbeb69e.tar.gz
org.eclipse.etrice-21c13921f486d0bb8035c9b52b8f2634afbeb69e.tar.xz
org.eclipse.etrice-21c13921f486d0bb8035c9b52b8f2634afbeb69e.zip
[runtime.c] ignore Debug and Release
Diffstat (limited to 'runtime')
-rw-r--r--runtime/org.eclipse.etrice.runtime.c/.gitignore3
-rw-r--r--runtime/org.eclipse.etrice.runtime.c/Debug/.gitignore1
-rw-r--r--runtime/org.eclipse.etrice.runtime.c/Debug/liborg.eclipse.etrice.runtime.c.abin156712 -> 0 bytes
-rw-r--r--runtime/org.eclipse.etrice.runtime.c/Release/.gitignore1
4 files changed, 3 insertions, 2 deletions
diff --git a/runtime/org.eclipse.etrice.runtime.c/.gitignore b/runtime/org.eclipse.etrice.runtime.c/.gitignore
new file mode 100644
index 000000000..c0077e2a7
--- /dev/null
+++ b/runtime/org.eclipse.etrice.runtime.c/.gitignore
@@ -0,0 +1,3 @@
+Debug
+Release
+
diff --git a/runtime/org.eclipse.etrice.runtime.c/Debug/.gitignore b/runtime/org.eclipse.etrice.runtime.c/Debug/.gitignore
deleted file mode 100644
index b8104aaba..000000000
--- a/runtime/org.eclipse.etrice.runtime.c/Debug/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-src
diff --git a/runtime/org.eclipse.etrice.runtime.c/Debug/liborg.eclipse.etrice.runtime.c.a b/runtime/org.eclipse.etrice.runtime.c/Debug/liborg.eclipse.etrice.runtime.c.a
deleted file mode 100644
index 16a15abf0..000000000
--- a/runtime/org.eclipse.etrice.runtime.c/Debug/liborg.eclipse.etrice.runtime.c.a
+++ /dev/null
Binary files differ
diff --git a/runtime/org.eclipse.etrice.runtime.c/Release/.gitignore b/runtime/org.eclipse.etrice.runtime.c/Release/.gitignore
deleted file mode 100644
index b8104aaba..000000000
--- a/runtime/org.eclipse.etrice.runtime.c/Release/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-src

Back to the top