Skip to content
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

.gitignore: reformatted, added patterns for IDEs, for deb packages and for test results #2503

Merged
merged 1 commit into from
Jul 16, 2024
Merged

.gitignore: reformatted, added patterns for IDEs, for deb packages and for test results #2503

merged 1 commit into from
Jul 16, 2024

Conversation

pasabanov
Copy link
Contributor

Please sign (check) the below before submitting the Pull Request:

Describe changes:

  1. Removed unnecessary brackets: *.[o] => *.o.
  2. Deleted duplicate line: *o.cmd.
  3. Added folders for JetBrains and VS Code IDEs: /.idea/, /.vscode/.
  4. Added patterns to ignore file generated by packages/ubuntu/configure and packages/ubuntu/Makefile:
    *.status
    *.substvars
    /packages/...
    
  5. Added patterns to ignore test results: *.trs.

I verified that the patterns *.status, *.substvars, and *.trs do not match any extra files, only those that are generated automatically.

@0xA50C1A1
Copy link
Contributor

  1. Added patterns to ignore file generated by packages/ubuntu/configure and packages/ubuntu/Makefile:

Special thanks for that.

Copy link
Collaborator

@IvanNardi IvanNardi left a comment

Choose a reason for hiding this comment

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

Thank you!

@IvanNardi IvanNardi merged commit 989dde1 into ntop:dev Jul 16, 2024
35 checks passed
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.

3 participants