Skip to content

Commit

Permalink
Ignore all log files in directory
Browse files Browse the repository at this point in the history
Signed-off-by: Edward Z. Yang <[email protected]>
  • Loading branch information
ezyang committed May 1, 2024
1 parent 77f8c27 commit de7cb10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
/data
/out
/tl_out
*.log

2 comments on commit de7cb10

@jamesjwu
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Doesn't this break all the tests since they are .log files?

@ezyang
Copy link
Owner Author

@ezyang ezyang commented on de7cb10 May 17, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, preexisting log files remain checked in, and you can still force add a new log file.

Please sign in to comment.