Skip to content

make gitignore Visual Studio definitions more specific#144

Merged
majcosta merged 2 commits into
1dot13:masterfrom
NorthFury:update-gitignore
May 20, 2023
Merged

make gitignore Visual Studio definitions more specific#144
majcosta merged 2 commits into
1dot13:masterfrom
NorthFury:update-gitignore

Conversation

@NorthFury
Copy link
Copy Markdown
Contributor

This change has gitignore only ignore files from the repo root directory.

Comment thread .gitignore Outdated
Comment on lines +8 to +9
/lib/
/out/
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

after #141 these two aren't necessary anymore, you can remove

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

With the import procedure for Visual Studio 2022, the CMakeSettings.json file is generated, together with a /out/ directory. I think we should keep the /out/ line for now.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

sure

Comment thread .gitignore Outdated
@@ -3,9 +3,9 @@
cmake-build-*/
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

you can prepend a / to these too

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

GitHub isn't being helpful, but I meant to include the .idea line in that as well

@majcosta majcosta merged commit 6e30d24 into 1dot13:master May 20, 2023
@NorthFury NorthFury deleted the update-gitignore branch May 20, 2023 22:59
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.

2 participants