You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@deltacloud.apache.org by mf...@redhat.com on 2010/08/25 16:42:25 UTC

[PATCH core 1/6] Fixed gitignore filename

---
 server/.gitiginore |    4 ----
 server/.gitignore  |    4 ++++
 2 files changed, 4 insertions(+), 4 deletions(-)
 delete mode 100644 server/.gitiginore
 create mode 100644 server/.gitignore

diff --git a/server/.gitiginore b/server/.gitiginore
deleted file mode 100644
index 48e68d2..0000000
--- a/server/.gitiginore
+++ /dev/null
@@ -1,4 +0,0 @@
-log/*.log
-*.swp
-*.kpf
-tmp/*
diff --git a/server/.gitignore b/server/.gitignore
new file mode 100644
index 0000000..48e68d2
--- /dev/null
+++ b/server/.gitignore
@@ -0,0 +1,4 @@
+log/*.log
+*.swp
+*.kpf
+tmp/*
-- 
1.7.2


Re: [PATCH core 1/6] Fixed gitignore filename

Posted by David Lutterkort <lu...@redhat.com>.
On Wed, 2010-08-25 at 16:42 +0200, mfojtik@redhat.com wrote:
> ---
>  server/.gitiginore |    4 ----
>  server/.gitignore  |    4 ++++
>  2 files changed, 4 insertions(+), 4 deletions(-)
>  delete mode 100644 server/.gitiginore
>  create mode 100644 server/.gitignore

Haha .. nice. ACK