Skip to content

Commit

Permalink
add a basic .gitignore
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
notaz committed Mar 27, 2024
1 parent 7239eab commit 4cbba6d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
*.o
*.d
build/

0 comments on commit 4cbba6d

Please sign in to comment.