diff options
author | c <c@chroniko.jp> | 2020-06-05 10:28:29 +0000 |
---|---|---|
committer | c <c@chroniko.jp> | 2020-06-05 10:28:29 +0000 |
commit | 5ba7d494c5618a1bd546902db1a49479b7b55b86 (patch) | |
tree | a096a49812eb923ad5d1aec3b2b0440fec0f6cd6 /.gitignore | |
parent | b4ccafd175465e811d2a70627465644760cc3fa4 (diff) | |
download | tor-5ba7d494c5618a1bd546902db1a49479b7b55b86.tar.gz tor-5ba7d494c5618a1bd546902db1a49479b7b55b86.zip |
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.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 0 insertions, 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 |