Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'examples/org.eclipse.etrice.tutorials.c')
-rw-r--r--examples/org.eclipse.etrice.tutorials.c/.gitignore4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/org.eclipse.etrice.tutorials.c/.gitignore b/examples/org.eclipse.etrice.tutorials.c/.gitignore
index b773de3db..4075ea653 100644
--- a/examples/org.eclipse.etrice.tutorials.c/.gitignore
+++ b/examples/org.eclipse.etrice.tutorials.c/.gitignore
@@ -6,5 +6,5 @@ src-gen/*
!src-gen/readme.txt
src-gen-info/*
!src-gen-info/readme.txt
-tmp/*
-!tmp/log/readme.txt \ No newline at end of file
+log/*
+!log/readme.txt

Back to the top