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

Update gitignore. #5578

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

johndoknjas
Copy link

@johndoknjas johndoknjas commented Sep 8, 2024

Updates the .gitignore with the following:

  • Some redundant **/ prefixes are removed.
  • The src/ prefix is removed from a few items, as the project may be updated at some point to put the compilation result somewhere other than src.
  • The trailing * is removed from the stockfish binary line, since this would ignore any file starting with 'stockfish'. E.g., stockfish_test.cpp. Without the trailing *, this ensures the file ignored is exactly called stockfish and is a binary.
  • profdir/ and PGOBENCH.out are added, which are sometimes results from building.
  • Tablebase files are added.

No functional change.

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.

1 participant