From fd5fc5a6c2cc3bec082877627d8d395950024930 Mon Sep 17 00:00:00 2001 From: Joshua Randall Date: Mon, 8 Feb 2016 17:23:53 +0000 Subject: [PATCH] Adds additional .gitignore entries Ignores: apps/workbench/git-commit.version sdk/perl/install/ services/api/git-commit.version --- apps/workbench/.gitignore | 3 +++ sdk/perl/.gitignore | 1 + services/api/.gitignore | 3 +++ 3 files changed, 7 insertions(+) create mode 100644 sdk/perl/.gitignore 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 -- 2.30.2