From c29a2d0ebb6a4b28426a394cb4f827f7753d26da Mon Sep 17 00:00:00 2001 From: =?utf8?q?Wolfgang=20St=C3=B6ggl?= Date: Tue, 9 Apr 2019 17:17:39 +0200 Subject: [PATCH] Update .gitignore files --- .gitignore | 1 + bindings/dotnet/.gitignore | 6 +++--- bindings/perl-piped/.gitignore | 1 + bindings/perl-shared/.gitignore | 1 + src/.gitignore | 1 + tests/.gitignore | 5 +++-- 6 files changed, 10 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 94a4f4b8..b818ce4c 100644 --- a/.gitignore +++ b/.gitignore @@ -73,6 +73,7 @@ Makefile /win32/*.opensdf /win32/*.sdf /win32/*.suo +/win32/.dirstamp /win32/.vs /win32/Debug /win32/DebugDLL diff --git a/bindings/dotnet/.gitignore b/bindings/dotnet/.gitignore index 64cbbcee..17368442 100644 --- a/bindings/dotnet/.gitignore +++ b/bindings/dotnet/.gitignore @@ -1,3 +1,3 @@ -obj - -bin +/.vs/ +/bin/ +/obj/ diff --git a/bindings/perl-piped/.gitignore b/bindings/perl-piped/.gitignore index 741a4bf4..dba5db1b 100644 --- a/bindings/perl-piped/.gitignore +++ b/bindings/perl-piped/.gitignore @@ -1,4 +1,5 @@ # generated files +/MYMETA.json /MYMETA.yml /blib/ /pm_to_blib diff --git a/bindings/perl-shared/.gitignore b/bindings/perl-shared/.gitignore index 3d484376..46bcdcc8 100644 --- a/bindings/perl-shared/.gitignore +++ b/bindings/perl-shared/.gitignore @@ -1,4 +1,5 @@ # generated files +/MYMETA.json /MYMETA.yml /RRDs.bs /RRDs.c diff --git a/src/.gitignore b/src/.gitignore index 2df15152..0a169d51 100644 --- a/src/.gitignore +++ b/src/.gitignore @@ -1,4 +1,5 @@ # build-generated files +/*.manifest /.libs/ /rrdcached /rrdcgi diff --git a/tests/.gitignore b/tests/.gitignore index 2a97ad43..e434406b 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -1,5 +1,6 @@ # tests MUST create their own RRDs /*.rrd /*.out -/modify5-testa*-mod.dump -/*.log \ No newline at end of file +/modify5-testa*-mod.dump* +/*.log +/*.trs -- 2.47.2