rtissera / libchdr

Standalone library for reading MAME's CHDv1-v5 formats.
BSD 3-Clause "New" or "Revised" License
98 stars 42 forks source link

add a basic .gitignore #115

Closed notaz closed 7 months ago

notaz commented 7 months ago

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 commented 7 months ago

Thanks, I have to admit it was lacking !