From b65e63ed388c0d39c494acfc983b6a050718c275 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8D=92=E9=87=8E=E6=97=A0=E7=81=AF?= Date: Wed, 3 Aug 2016 11:52:20 +0800 Subject: [PATCH] src/ss-nat should be excluded from rule src/ss-* (#751) otherwise someone copy the repo from local computer and add to other repo as depend source , will encounter: No rule to make target 'ss-nat', needed by 'all-am'. Stop. to reproduce this error: git clone https://github.com/shadowsocks/shadowsocks-libev.git cd my_exist_repo cp -rv ../shadowsocks-libev ./ rm -rf ./shadowsocks-libev/.git git add ./shadowsocks-libev #now the src/ss-nat will silently be ignored ... --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 2671d9a0..59a8f763 100644 --- a/.gitignore +++ b/.gitignore @@ -15,6 +15,7 @@ libtool pid ss.* src/ss-* +!src/ss-nat stamp-h1 .libs .pc