ntop / nDPI

Open Source Deep Packet Inspection Software Toolkit
http://www.ntop.org
GNU Lesser General Public License v3.0
3.86k stars 902 forks source link

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

Closed pasabanov closed 4 months ago

pasabanov commented 4 months ago

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 commented 4 months ago
  1. Added patterns to ignore file generated by packages/ubuntu/configure and packages/ubuntu/Makefile:

Special thanks for that.