Skip to content

Commit

Permalink
Fix .gitignore to also include sub-directory bin/s
Browse files Browse the repository at this point in the history
Ignores also these generated folders [1,2] after a local Eclipse build.

[1] ctf/bin/
[2] ftrace/bin/

Change-Id: I020598ce42e6438b36ff77fd058943e0cb292c44
Signed-off-by: Marco Miller <marco.miller@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/c/tracecompass/tracecompass-test-traces/+/197374
Tested-by: Trace Compass Bot <tracecompass-bot@eclipse.org>
Tested-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
  • Loading branch information
marco-miller committed Nov 29, 2022
1 parent bf8f9b8 commit a7669eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
.classpath
.project
.settings/
/bin/
bin/
MANIFEST.MF
target/

0 comments on commit a7669eb

Please sign in to comment.