From c4220a167f883f31c408b55cd970761faeb53aa5 Mon Sep 17 00:00:00 2001 From: jessib Date: Mon, 8 Oct 2012 10:48:39 -0700 Subject: Adding emacs backups files to .gitignore. --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index eb3489a..3a8bd6d 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ # Ignore all logfiles and tempfiles. /log/*.log /tmp +*~ \ No newline at end of file -- cgit v1.2.3 From 6c60b179a09030da985462d15dbdf076367b5ea4 Mon Sep 17 00:00:00 2001 From: jessib Date: Wed, 31 Oct 2012 12:10:07 -0700 Subject: Code to check administration (and ugly test display.) This includes example config file. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 93547cd..d447b54 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,6 @@ */Gemfile.lock test/dummy/log/* test/dummy/tmp/* + +# Ignore configuration file. +config/config.yml \ No newline at end of file -- cgit v1.2.3 From fe8b49232d31681667badaaeff7aa4d0a40445ea Mon Sep 17 00:00:00 2001 From: Azul Date: Mon, 12 Nov 2012 19:22:27 +0100 Subject: don't track Gemfile.lock --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index d447b54..cdbdc16 100644 --- a/.gitignore +++ b/.gitignore @@ -22,4 +22,4 @@ test/dummy/log/* test/dummy/tmp/* # Ignore configuration file. -config/config.yml \ No newline at end of file +config/config.ymlGemfile.lock -- cgit v1.2.3 From b9fb554ca4cb45233bd1323047b357f649bd495b Mon Sep 17 00:00:00 2001 From: Azul Date: Mon, 12 Nov 2012 19:49:21 +0100 Subject: fixed .gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index cdbdc16..fc7039e 100644 --- a/.gitignore +++ b/.gitignore @@ -17,9 +17,10 @@ /pkg /*/pkg /log +Gemfile.lock */Gemfile.lock test/dummy/log/* test/dummy/tmp/* # Ignore configuration file. -config/config.ymlGemfile.lock +config/config.yml -- cgit v1.2.3 From ddd53a0841cb2af091e1ed3a6e69e9fc52977c08 Mon Sep 17 00:00:00 2001 From: Azul Date: Thu, 22 Nov 2012 16:25:58 +0100 Subject: ship config file so CI can test --- .gitignore | 3 --- 1 file changed, 3 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index fc7039e..a3f0974 100644 --- a/.gitignore +++ b/.gitignore @@ -21,6 +21,3 @@ Gemfile.lock */Gemfile.lock test/dummy/log/* test/dummy/tmp/* - -# Ignore configuration file. -config/config.yml -- cgit v1.2.3