summary refs log tree commit diff
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
parentEliminate escape key delay in zsh (diff)
downloadsrc-36c590a08726adf87fe966ec9a194ba1c1978fb2.tar.gz
src-36c590a08726adf87fe966ec9a194ba1c1978fb2.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/}"
8150c9701ec854d1d99735c9bc63418c6874&follow=1'>Update litterbox to 1.6June McEnroe 2020-08-23Add scooper portJune McEnroe 2020-08-23Add catsit portJune McEnroe 2020-08-13Update pounce to 1.4p2June McEnroe 2020-08-11Update pounce to 1.4p1June McEnroe 2020-08-10Add litterbox portJune McEnroe 2020-08-10Add missing USES=pkgconfig to pounceJune McEnroe