Skip to content

Commit

Permalink
Hoist ignore pattern for generated binaries to top-level .gitignore
Browse files Browse the repository at this point in the history
Other compiled languages will share the same pattern.
  • Loading branch information
ericvw committed Jan 9, 2024
1 parent d4cbdbb commit 6b45990
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,6 @@ answer_*.txt

# Temporary input for puzzle examples.
example.txt

# Generated binaries from compilation.
puzzle_[0-2][0-9]
1 change: 0 additions & 1 deletion 2022/.gitignore

This file was deleted.

0 comments on commit 6b45990

Please sign in to comment.