commit 5ba7d494c5618a1bd546902db1a49479b7b55b86 Author: c c@chroniko.jp Date: Fri Jun 5 10:28:29 2020 +0000
Remove tor.sh from .gitignore
The files contrib/dist/tor.sh and contrib/dist/suse/tor.sh should not exist anymore, but when building in same repository for older versions of Tor, these files may return and not be cleaned up properly. This commit unignores those files from .gitignore, in order to make it clear that these files are no longer auto-generated and should be cleaned up. --- .gitignore | 2 -- 1 file changed, 2 deletions(-)
diff --git a/.gitignore b/.gitignore index ea6b68ec5..97b145590 100644 --- a/.gitignore +++ b/.gitignore @@ -79,11 +79,9 @@ uptime-*.json /callgraph/
# /contrib/ -/contrib/dist/tor.sh /contrib/dist/torctl /contrib/dist/tor.service /contrib/operator-tools/tor.logrotate -/contrib/dist/suse/tor.sh
# /debian/ /debian/files
tor-commits@lists.torproject.org