[ARVADOS] updated: 32e3f6eb604d3692f10f16220a78e07c056be00e

Git user git at public.curoverse.com
Thu Feb 18 13:59:54 EST 2016


Summary of changes:
 apps/workbench/.gitignore | 3 +++
 sdk/perl/.gitignore       | 1 +
 services/api/.gitignore   | 3 +++
 3 files changed, 7 insertions(+)
 create mode 100644 sdk/perl/.gitignore

       via  32e3f6eb604d3692f10f16220a78e07c056be00e (commit)
       via  fd5fc5a6c2cc3bec082877627d8d395950024930 (commit)
      from  800816a9888ac843381c08b266d607b98945cdb8 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 32e3f6eb604d3692f10f16220a78e07c056be00e
Merge: 800816a fd5fc5a
Author: Tom Clegg <tom at curoverse.com>
Date:   Thu Feb 18 13:57:59 2016 -0500

    Merge branch '8400-additional-gitignore' of https://github.com/wtsi-hgi/arvados closes #8400


commit fd5fc5a6c2cc3bec082877627d8d395950024930
Author: Joshua Randall <joshua.randall at sanger.ac.uk>
Date:   Mon Feb 8 17:23:53 2016 +0000

    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 9bef02b..a27ac31 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 0000000..7c32f55
--- /dev/null
+++ b/sdk/perl/.gitignore
@@ -0,0 +1 @@
+install
diff --git a/services/api/.gitignore b/services/api/.gitignore
index 4ad5e10..29eb939 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

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list