Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ansible/ansible-examples.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael DeHaan <michael.dehaan@gmail.com>2014-08-09 19:10:11 +0400
committerMichael DeHaan <michael.dehaan@gmail.com>2014-08-09 19:10:11 +0400
commitbd5dcf41ff845fde984579d12de6788c10de5a7a (patch)
treea9aaac1655bc898958592095546b5330454d4805
parentdeab84fa0a162c1cf10b19b29ce2108822a2e087 (diff)
parent0d6ccfd114b38a66712655fed81ea40fdc840446 (diff)
Merge pull request #76 from jaywon/master
Remove .DS_Store files from openshift playbook example. Add to .gitignore.
-rw-r--r--.gitignore1
-rw-r--r--openshift/.DS_Storebin6148 -> 0 bytes
-rw-r--r--openshift/openshift_ec2/.DS_Storebin6148 -> 0 bytes
3 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 49535f2..0dc78ba 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
wordpress-nginx/hosts
+.DS_Store \ No newline at end of file
diff --git a/openshift/.DS_Store b/openshift/.DS_Store
deleted file mode 100644
index 1024113..0000000
--- a/openshift/.DS_Store
+++ /dev/null
Binary files differ
diff --git a/openshift/openshift_ec2/.DS_Store b/openshift/openshift_ec2/.DS_Store
deleted file mode 100644
index 1024113..0000000
--- a/openshift/openshift_ec2/.DS_Store
+++ /dev/null
Binary files differ