mirror of
https://gitlab.torproject.org/tpo/core/debian/tor.git
synced 2026-01-16 23:12:29 +00:00
Change 3f66ff9b00 added geoip-db-tool to
the main workspace, so it's no longer using a local lockfile. Move its
lock to the crate root, remove from gitignore, and update it.
(We could also choose to not keep the lockfiles checked in, but it seems
useful to have them in our test and maintenance tooling here.)
218 lines
3.7 KiB
Text
218 lines
3.7 KiB
Text
# Editor droppings
|
|
\#*\#
|
|
.#*
|
|
*~
|
|
*.swp
|
|
*.swo
|
|
# C stuff
|
|
*.o
|
|
*.a
|
|
*.obj
|
|
# Diff droppings
|
|
*.orig
|
|
*.rej
|
|
# gcov stuff
|
|
*.gcno
|
|
*.gcov
|
|
*.gcda
|
|
# Autotools stuff
|
|
.deps
|
|
.dirstamp
|
|
*.trs
|
|
*.log
|
|
# Calltool stuff
|
|
.*.graph
|
|
# Stuff made by our makefiles
|
|
*.bak
|
|
# Python droppings
|
|
*.pyc
|
|
*.pyo
|
|
# Cscope
|
|
cscope.*
|
|
# OSX junk
|
|
*.dSYM
|
|
.DS_Store
|
|
# updateFallbackDirs.py temp files
|
|
details-*.json
|
|
uptime-*.json
|
|
*.full_url
|
|
*.last_modified
|
|
# Core files
|
|
core
|
|
core.*
|
|
!core/
|
|
# ccls file that can be per directory.
|
|
*.ccls
|
|
# clangd uses that for LSP caching.
|
|
/.cache
|
|
|
|
# /
|
|
/Makefile
|
|
/Makefile.in
|
|
/aclocal.m4
|
|
/ar-lib
|
|
/autom4te.cache
|
|
/build-stamp
|
|
/compile
|
|
/configure
|
|
/Doxyfile
|
|
/orconfig.h
|
|
/orconfig.h.in
|
|
/config.cache
|
|
/config.log
|
|
/config.status
|
|
/config.guess
|
|
/config.sub
|
|
/conftest*
|
|
/micro-revision.*
|
|
/patch-stamp
|
|
/stamp-h
|
|
/stamp-h.in
|
|
/stamp-h1
|
|
/tags
|
|
/TAGS
|
|
/target
|
|
/test-driver
|
|
/tor.sh
|
|
/tor.spec
|
|
/depcomp
|
|
/install-sh
|
|
/missing
|
|
/mkinstalldirs
|
|
/Tor*Bundle.dmg
|
|
/tor-*-win32.exe
|
|
/warning_flags
|
|
/compile_commands.json
|
|
|
|
/coverage_html/
|
|
/callgraph/
|
|
|
|
# /contrib/
|
|
/contrib/dist/torctl
|
|
/contrib/dist/tor.service
|
|
/contrib/operator-tools/tor.logrotate
|
|
|
|
# /debian/
|
|
/debian/files
|
|
/debian/micro-revision.i
|
|
/debian/patched
|
|
/debian/tor
|
|
/debian/tor.postinst.debhelper
|
|
/debian/tor.postrm.debhelper
|
|
/debian/tor.prerm.debhelper
|
|
/debian/tor.substvars
|
|
|
|
# /doc/
|
|
/doc/Makefile
|
|
/doc/Makefile.in
|
|
/doc/doxygen
|
|
/doc/man/tor.1
|
|
/doc/man/tor.1.in
|
|
/doc/man/tor.html
|
|
/doc/man/tor.html.in
|
|
/doc/man/tor.1.xml
|
|
/doc/man/tor-gencert.1
|
|
/doc/man/tor-gencert.1.in
|
|
/doc/man/tor-gencert.html
|
|
/doc/man/tor-gencert.html.in
|
|
/doc/man/tor-gencert.1.xml
|
|
/doc/man/tor-resolve.1
|
|
/doc/man/tor-resolve.1.in
|
|
/doc/man/tor-resolve.html
|
|
/doc/man/tor-resolve.html.in
|
|
/doc/man/tor-resolve.1.xml
|
|
/doc/man/torify.1
|
|
/doc/man/torify.1.in
|
|
/doc/man/torify.html
|
|
/doc/man/torify.html.in
|
|
/doc/man/torify.1.xml
|
|
/doc/man/tor-print-ed-signing-cert.1
|
|
/doc/man/tor-print-ed-signing-cert.1.in
|
|
/doc/man/tor-print-ed-signing-cert.html
|
|
/doc/man/tor-print-ed-signing-cert.html.in
|
|
/doc/man/tor-print-ed-signing-cert.1.xml
|
|
|
|
# /doc/spec/
|
|
/doc/spec/Makefile
|
|
/doc/spec/Makefile.in
|
|
|
|
# /scripts
|
|
/scripts/maint/checkOptionDocs.pl
|
|
/scripts/maint/updateVersions.pl
|
|
scripts/maint/geoip/geoip
|
|
scripts/maint/geoip/geoip6
|
|
|
|
# /src/
|
|
/src/Makefile
|
|
/src/Makefile.in
|
|
|
|
# /src/config/
|
|
/src/config/Makefile
|
|
/src/config/Makefile.in
|
|
/src/config/sample-server-torrc
|
|
/src/config/torrc
|
|
/src/config/torrc.sample
|
|
/src/config/torrc.minimal
|
|
|
|
# /src/ext/
|
|
/src/ext/ed25519/ref10/libed25519_ref10.lib
|
|
/src/ext/ed25519/donna/libed25519_donna.lib
|
|
/src/ext/keccak-tiny/libkeccak-tiny.lib
|
|
|
|
# /src/app
|
|
/src/app/tor
|
|
/src/app/tor.exe
|
|
/src/app/tor-cov
|
|
/src/app/tor-cov.exe
|
|
|
|
# /src/test
|
|
/src/test/Makefile
|
|
/src/test/Makefile.in
|
|
/src/test/bench
|
|
/src/test/bench.exe
|
|
/src/test/test
|
|
/src/test/test-slow
|
|
/src/test/test-bt-cl
|
|
/src/test/test-process
|
|
/src/test/test-memwipe
|
|
/src/test/test-ntor-cl
|
|
/src/test/test-hs-ntor-cl
|
|
/src/test/test-rng
|
|
/src/test/test-switch-id
|
|
/src/test/test-timers
|
|
/src/test/test_workqueue
|
|
/src/test/test.exe
|
|
/src/test/test-slow.exe
|
|
/src/test/test-bt-cl.exe
|
|
/src/test/test-process.exe
|
|
/src/test/test-ntor-cl.exe
|
|
/src/test/test-hs-ntor-cl.exe
|
|
/src/test/test-memwipe.exe
|
|
/src/test/test-rng.exe
|
|
/src/test/test-switch-id.exe
|
|
/src/test/test-timers.exe
|
|
/src/test/test_workqueue.exe
|
|
|
|
# /src/test/fuzz
|
|
/src/test/fuzz/fuzz-*
|
|
/src/test/fuzz/lf-fuzz-*
|
|
|
|
# /src/tools/
|
|
/src/tools/tor-checkkey
|
|
/src/tools/tor-resolve
|
|
/src/tools/tor-cov-resolve
|
|
/src/tools/tor-gencert
|
|
/src/tools/tor-print-ed-signing-cert
|
|
/src/tools/tor-print-ed-signing-cert.exe
|
|
/src/tools/tor-cov-gencert
|
|
/src/tools/tor-checkkey.exe
|
|
/src/tools/tor-resolve.exe
|
|
/src/tools/tor-cov-resolve.exe
|
|
/src/tools/tor-gencert.exe
|
|
/src/tools/tor-cov-gencert.exe
|
|
/src/tools/Makefile
|
|
/src/tools/Makefile.in
|
|
|
|
# /src/win32/
|
|
/src/win32/Makefile
|
|
/src/win32/Makefile.in
|