-
Notifications
You must be signed in to change notification settings - Fork 3
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
[#36] Modify .gitignore to accept example dir in tracking scope #37
Conversation
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.
Why does this include iss/4
commit? (I think you made a iss/36
branch from iss/4
branch. It should be made directly from develop
.)
And your PR title and commit message MUST be changed to appropriately.
.gitignore
Outdated
@@ -1,9 +1,10 @@ | |||
bochs/ | |||
build/ | |||
examples/ | |||
|
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.
Why empty line?
.gitignore
Outdated
*.output | ||
*.txt | ||
*.swp | ||
*.o | ||
*.d | ||
!src/tests/**/*.txt | ||
|
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.
Why empty line?
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.
Finally, 👍
Modify
.gitignore
not to ignoreexample
directory and files in it, to use them inargument passing
check.