diff options
author | Petr <30545094+pasabanov@users.noreply.github.com> | 2024-07-16 18:39:55 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-16 17:39:55 +0200 |
commit | 989dde1a40f9303f0e6331141f6433fd1b4ef5d9 (patch) | |
tree | 45b35c506f90e2de1b9f914436b2e8edddba13ba /.gitignore | |
parent | c3fff5264697bb9d107ba2f1300905753ff2f4b7 (diff) |
.gitignore: reformatted, added patterns for IDEs, for deb packages and for test results (#2503)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 22 |
1 files changed, 20 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index 924f902b1..63f6dc7c9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -*.[o] +*.o *.db *.db-* *.dll @@ -13,12 +13,14 @@ *.opendb *.pdb *.recipe +*.status +*.substvars *.suo *.swp *.tlog +*.trs *.user *o.cmd -*o.cmd *~ .autotools .cproject @@ -26,6 +28,8 @@ .libs .project .settings +/.idea/ +/.vscode/ /Makefile /aclocal.m4 /autom4te.cache/ @@ -149,6 +153,20 @@ /m4/ltversion.m4 /m4/lt~obsolete.m4 /missing +/packages/ndpi*.buildinfo +/packages/ndpi*.changes +/packages/ndpi*.deb +/packages/ndpi*.dsc +/packages/ndpi*.tar.gz +/packages/ubuntu/Makefile +/packages/ubuntu/debian/changelog +/packages/ubuntu/debian/control +/packages/ubuntu/debian/files +/packages/ubuntu/debian/.debhelper/ +/packages/ubuntu/debian/ndpi/ +/packages/ubuntu/debian/ndpi-dev/ +/packages/ubuntu/debian/ndpi-dev-tmp/ +/packages/ubuntu/debian/ndpi-tmp/ /rrdtool/Makefile /rrdtool/rrd_anomaly /rrdtool/rrd_similarity |