From: Joshua Randall Date: Mon, 8 Feb 2016 17:23:53 +0000 (+0000) Subject: Adds additional .gitignore entries X-Git-Tag: 1.1.0~1105^2 X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/fd5fc5a6c2cc3bec082877627d8d395950024930 Adds additional .gitignore entries Ignores: apps/workbench/git-commit.version sdk/perl/install/ services/api/git-commit.version --- diff --git a/apps/workbench/.gitignore b/apps/workbench/.gitignore index 9bef02bbfd..a27ac31580 100644 --- a/apps/workbench/.gitignore +++ b/apps/workbench/.gitignore @@ -36,3 +36,6 @@ # Dev/test SSL certificates /self-signed.key /self-signed.pem + +# Generated git-commit.version file +/git-commit.version diff --git a/sdk/perl/.gitignore b/sdk/perl/.gitignore new file mode 100644 index 0000000000..7c32f55981 --- /dev/null +++ b/sdk/perl/.gitignore @@ -0,0 +1 @@ +install diff --git a/services/api/.gitignore b/services/api/.gitignore index 4ad5e10faa..29eb939002 100644 --- a/services/api/.gitignore +++ b/services/api/.gitignore @@ -28,3 +28,6 @@ # Dev/test SSL certificates /self-signed.key /self-signed.pem + +# Generated git-commit.version file +/git-commit.version