From 33fbd5f71674d55ed83f9404138b3a81126ccce0 Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Wed, 25 Feb 2015 16:27:59 -0600 Subject: [PATCH] Remove aggressive Icon matching from gitignore and add Vagrant var. --- .bash_profile | 3 +++ .gitignore | 3 +-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.bash_profile b/.bash_profile index d4ecb8a..4233d73 100644 --- a/.bash_profile +++ b/.bash_profile @@ -60,6 +60,9 @@ if [ -f ~/.git-completion.bash ]; then . ~/.git-completion.bash fi +# Vagrant configuration. +export VAGRANT_DEFAULT_PROVIDER='virtualbox' + # Disable cowsay in Ansible. export ANSIBLE_NOCOWS=1 diff --git a/.gitignore b/.gitignore index 127c0ab..465cd01 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,3 @@ *.DS_Store *.LSOverride -Icon? -Thumbs.db \ No newline at end of file +Thumbs.db