summary refs log tree commit diff
path: root/install.sh
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2016-01-15 15:59:46 -0500
committerJune McEnroe <june@causal.agency>2016-01-15 15:59:46 -0500
commit36c590a08726adf87fe966ec9a194ba1c1978fb2 (patch)
tree14ad9cad66ed292d7435127a451fabef0273fe26 /install.sh
parentEliminate escape key delay in zsh (diff)
downloadsrc-36c590a08726adf87fe966ec9a194ba1c1978fb2.tar.gz
src-36c590a08726adf87fe966ec9a194ba1c1978fb2.zip
Remove gitignore
Diffstat (limited to '')
-rwxr-xr-xinstall.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.sh b/install.sh
index 72214258..4525c1ab 100755
--- a/install.sh
+++ b/install.sh
@@ -9,7 +9,7 @@ error() {
   exit 1
 }
 
-paths=$(find $PWD -type f -not \( -path '*/.git/*' -o -path '*/Library/*' -o -name '.*.sw?' -o -name '.gitignore' -o -name 'README.md' -o -name '*.sh' -o -name '*.plist' \))
+paths=$(find $PWD -type f -not \( -path '*/.git/*' -o -path '*/Library/*' -o -name '.*.sw?' -o -name 'README.md' -o -name '*.sh' -o -name '*.plist' \))
 
 for source_path in $paths; do
   rel_path="${source_path#$PWD/}"