Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenrik Rentz-Reichert2012-12-13 16:36:48 +0000
committerHenrik Rentz-Reichert2012-12-13 16:36:48 +0000
commit92eb1e2afe598eeb11d74987885f8030c4699c54 (patch)
treee7a0921d6447778680895390d9a592d40dc43bbd
parentaa31e3d31fb365a041c55d7e6704bda925f8fb6a (diff)
downloadorg.eclipse.etrice-92eb1e2afe598eeb11d74987885f8030c4699c54.tar.gz
org.eclipse.etrice-92eb1e2afe598eeb11d74987885f8030c4699c54.tar.xz
org.eclipse.etrice-92eb1e2afe598eeb11d74987885f8030c4699c54.zip
[generator.cpp] ignore *.smap
-rw-r--r--plugins/org.eclipse.etrice.generator.cpp/.gitignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/org.eclipse.etrice.generator.cpp/.gitignore b/plugins/org.eclipse.etrice.generator.cpp/.gitignore
index ba3724425..079929515 100644
--- a/plugins/org.eclipse.etrice.generator.cpp/.gitignore
+++ b/plugins/org.eclipse.etrice.generator.cpp/.gitignore
@@ -1,2 +1,3 @@
bin
-*._trace \ No newline at end of file
+*._trace
+*.smap

Back to the top