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

add a basic .gitignore #115

Merged
merged 1 commit into from
Mar 28, 2024
Merged

add a basic .gitignore #115

merged 1 commit into from
Mar 28, 2024

Conversation

notaz
Copy link
Contributor

@notaz notaz commented Mar 28, 2024

with a simple build system where objects are placed along the source, 'git status' annoyingly reports after build:

Changes not staged for commit:
  (use "git add <file>..." to update what will be committed)
  (use "git restore <file>..." to discard changes in working directory)
  (commit or discard the untracked or modified content in submodules)
	modified:   deps/libchdr (untracked content)

It is possible to workaround this but it's inconvenient, much simpler if libchdr itself comes with a .gitignore file.

with a simple build system where objects are placed along the source,
'git status' annoyingly reports after build:

Changes not staged for commit:
  (use "git add <file>..." to update what will be committed)
  (use "git restore <file>..." to discard changes in working directory)
  (commit or discard the untracked or modified content in submodules)
	modified:   deps/libchdr (untracked content)

It is possible to workaround this but it's inconvenient, much simpler if
libchdr itself comes with a .gitignore file.
@rtissera
Copy link
Owner

Thanks, I have to admit it was lacking !

@rtissera rtissera merged commit 5c598c2 into rtissera:master Mar 28, 2024
5 checks passed
@notaz notaz deleted the gitignore branch March 28, 2024 10:11
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.

2 participants