summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2016-01-15 15:59:46 -0500
committerJune McEnroe <programble@gmail.com>2016-01-15 15:59:46 -0500
commit3998b8cacb71e71ebede7b01a215cd3c56f48c5e (patch)
tree9c7684f3b8f5fa981dab6488c4a5a125973e4645
parentEliminate escape key delay in zsh (diff)
downloadsrc-3998b8cacb71e71ebede7b01a215cd3c56f48c5e.tar.gz
src-3998b8cacb71e71ebede7b01a215cd3c56f48c5e.zip
Remove gitignore
-rw-r--r--.gitignore1
-rwxr-xr-xinstall.sh2
2 files changed, 1 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index 7e3623aa..00000000
--- a/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-*.effuse
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/}"