-
Notifications
You must be signed in to change notification settings - Fork 1.2k
.gitignore: add *.bak, *.orig, files generated by VS, and reorganize .gitignore file #1580
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
Conversation
Yay. |
@@ -25,6 +25,7 @@ ComputedEnvironment.cmd | |||
packages/ | |||
*.tlog/ | |||
.*.swp | |||
*.orig |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this. Could you also consider adding *.bak
too ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure. By the way, what tools generate *.bak?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As long as we're tweaking, here's my gitignore_global. Think we should add anything from that list?
|
Added the above, organized ignore filters into categories, and sorted lines within categories. |
Looks good :) |
… by VS, and reorganize .gitignore file Merge pull request #1580 from dilijev:ignore Added *.bak *.orig Added many more types of files that are sometimes generated by VS. Organized ignore filters into categories, and sorted lines within categories.
Added
*.bak
*.orig
Added many more types of files that are sometimes generated by VS.
Organized ignore filters into categories, and sorted lines within categories.