From: Wolfgang Stöggl Date: Tue, 9 Apr 2019 15:17:39 +0000 (+0200) Subject: Update .gitignore files X-Git-Tag: v1.7.2~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c29a2d0ebb6a4b28426a394cb4f827f7753d26da;p=thirdparty%2Frrdtool-1.x.git Update .gitignore files --- 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