mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Update .gitignore and .may_include files
This commit is contained in:
@@ -173,10 +173,14 @@ uptime-*.json
|
||||
/src/lib/libtor-ctime-testing.a
|
||||
/src/lib/libtor-err.a
|
||||
/src/lib/libtor-err-testing.a
|
||||
/src/lib/libtor-fdio.a
|
||||
/src/lib/libtor-fdio-testing.a
|
||||
/src/lib/libtor-intmath.a
|
||||
/src/lib/libtor-intmath-testing.a
|
||||
/src/lib/libtor-lock.a
|
||||
/src/lib/libtor-lock-testing.a
|
||||
/src/lib/libtor-log.a
|
||||
/src/lib/libtor-log-testing.a
|
||||
/src/lib/libtor-malloc.a
|
||||
/src/lib/libtor-malloc-testing.a
|
||||
/src/lib/libtor-string.a
|
||||
|
||||
@@ -5,7 +5,6 @@ lib/*/*.h
|
||||
# XXXX These all belong somewhere else
|
||||
ht.h
|
||||
linux_syscalls.inc
|
||||
micro-revision.i
|
||||
siphash.h
|
||||
src/ext/timeouts/timeout.c
|
||||
tor_queue.h
|
||||
|
||||
@@ -3,7 +3,9 @@ orconfig.h
|
||||
lib/cc/*.h
|
||||
lib/container/smartlist.h
|
||||
lib/err/*.h
|
||||
lib/fdio/*.h
|
||||
lib/intmath/*.h
|
||||
lib/lock/*.h
|
||||
lib/log/*.h
|
||||
lib/malloc/*.h
|
||||
lib/string/*.h
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
orconfig.h
|
||||
lib/cc/*.h
|
||||
lib/err/*.h
|
||||
lib/wallclock/*.h
|
||||
lib/string/*.h
|
||||
lib/testsupport/*.h
|
||||
|
||||
Reference in New Issue
Block a user