Skip to content

Ignore coremark.exe and log file - #54

Open
Rtoax wants to merge 1 commit into
eembc:mainfrom
Rtoax:p001-Ignore
Open

Ignore coremark.exe and log file#54
Rtoax wants to merge 1 commit into
eembc:mainfrom
Rtoax:p001-Ignore

Conversation

@Rtoax

@Rtoax Rtoax commented Aug 23, 2023

Copy link
Copy Markdown

No description provided.

Signed-off-by: Rong Tao <rongtao@cestc.cn>
@Rtoax Rtoax changed the title Ignore coremark.exe Ignore coremark.exe and log file Aug 23, 2023
@joseph-yiu joseph-yiu self-assigned this May 28, 2026
@joseph-yiu

Copy link
Copy Markdown
Contributor

Hi there,
This gitignore file only ignore root-level .log files and coremark.exe. Would be be better to use this?

coremark.exe
*.log

Thanks and regards,
Joseph

@HepoH3 HepoH3 left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should ignore all coremark file extensions except .md5 and .h, as they may vary depending on the target platform (e.g. .exe, .bin, .elf, etc.). For example, barebones platform uses .bin extension.
Additionally it's worth to ignore all object files in repository.

Comment thread .gitignore
@@ -0,0 +1,2 @@
/coremark.exe

@HepoH3 HepoH3 Aug 7, 2026

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
/coremark.exe
*.o
/coremark.*
!/coremark.md5
!/coremark.h

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants