Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for java.class file not ignored bug #22

Merged
merged 10 commits into from
Aug 20, 2024
Merged

Fix for java.class file not ignored bug #22

merged 10 commits into from
Aug 20, 2024

Conversation

TheColdIce
Copy link
Collaborator

@TheColdIce TheColdIce commented Aug 20, 2024

Description

Fix for bug with java.class file aren't ignored by the .gitignore

Summary of changes

  • Added target folder to .gitignore
  • added pycache to .gitignore
  • cleared the git cache with git rm --cached -r and then added everything again
  • rm image.tar.gz and image.tar and cleaned up .gitignore
  • The solution seems to be to clear cached memory. Unsure if it still will work when I merge to main.
  • Still works after merging with main.

Resolved Issues

How Has This Been Tested?

Tested by rebuilding the java code and ensure that the files in target still are ignored.

@TheColdIce TheColdIce self-assigned this Aug 20, 2024
@TheColdIce TheColdIce changed the title changed .gitignore Fix for java.class file not ignored bug Aug 20, 2024
@TheColdIce TheColdIce added the bug Something isn't working label Aug 20, 2024
@TheColdIce TheColdIce merged commit 3ed4f43 into main Aug 20, 2024
1 check passed
@TheColdIce TheColdIce deleted the Issue#15 branch August 20, 2024 12:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix so AMLsim java target files are ignored by git
2 participants