From 5ba7d494c5618a1bd546902db1a49479b7b55b86 Mon Sep 17 00:00:00 2001 From: c Date: Fri, 5 Jun 2020 10:28:29 +0000 Subject: 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 ea6b68ec5f..97b145590e 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 -- cgit v1.2.3-54-g00ecf