Skip to content

Commit

Permalink
Adjust .gitignore to look for bin/*
Browse files Browse the repository at this point in the history
This is so it doesn't catch bindata files which we want to be checked in
after running 'make bindata'
  • Loading branch information
dprince committed Dec 19, 2024
1 parent d45cf47 commit 2433743
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*.dll
*.so
*.dylib
bin
bin/*
testbin/*

bundle/*
Expand Down

0 comments on commit 2433743

Please sign in to comment.