From e02355466d034394a192519869157d9993af1c73 Mon Sep 17 00:00:00 2001 From: Bodaniel Jeanes Date: Tue, 26 Aug 2008 08:42:38 +1000 Subject: [PATCH] Renamed all files to not have a dot so I can see them easier --- .gitconfig | 23 -------------------- .autotest => autotest | 0 .bash_profile => bash_profile | 0 .bashrc => bashrc | 0 .git-completion.bash => git-completion.bash | 0 .gitignore => gitignore | 0 .profile => profile | 0 .ruby_fail.png => ruby_fail.png | Bin .ruby_ok.png => ruby_ok.png | Bin 9 files changed, 23 deletions(-) delete mode 100644 .gitconfig rename .autotest => autotest (100%) rename .bash_profile => bash_profile (100%) rename .bashrc => bashrc (100%) rename .git-completion.bash => git-completion.bash (100%) rename .gitignore => gitignore (100%) rename .profile => profile (100%) rename .ruby_fail.png => ruby_fail.png (100%) rename .ruby_ok.png => ruby_ok.png (100%) diff --git a/.gitconfig b/.gitconfig deleted file mode 100644 index cf823e2..0000000 --- a/.gitconfig +++ /dev/null @@ -1,23 +0,0 @@ -[user] - name = Bodaniel Jeanes - email = me@bjeanes.com -[merge] - summary = true - tool = opendiff -[alias] - co = checkout - put = push origin HEAD - push-all = "!for i in $(git config --list | grep -E ^remote\\..+\\.url | sed -E 's/^remote\\.(.*)\\.url=.*/\\1/'); do git push $i master; done" -[apply] - whitespace = nowarn -[color] - branch = auto - diff = auto - status = auto -[github] - user = bjeanes -[core] - editor = mate -w - excludesfile = ~/.gitignore - whitespace = fix - diff --git a/.autotest b/autotest similarity index 100% rename from .autotest rename to autotest diff --git a/.bash_profile b/bash_profile similarity index 100% rename from .bash_profile rename to bash_profile diff --git a/.bashrc b/bashrc similarity index 100% rename from .bashrc rename to bashrc diff --git a/.git-completion.bash b/git-completion.bash similarity index 100% rename from .git-completion.bash rename to git-completion.bash diff --git a/.gitignore b/gitignore similarity index 100% rename from .gitignore rename to gitignore diff --git a/.profile b/profile similarity index 100% rename from .profile rename to profile diff --git a/.ruby_fail.png b/ruby_fail.png similarity index 100% rename from .ruby_fail.png rename to ruby_fail.png diff --git a/.ruby_ok.png b/ruby_ok.png similarity index 100% rename from .ruby_ok.png rename to ruby_ok.png