mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-23 14:40:51 +01:00
Add some MSVC stuff to gitignore
This commit is contained in:
parent
c5e87ef234
commit
67690307fb
1 changed files with 5 additions and 0 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -5,6 +5,7 @@
|
|||
*.swp
|
||||
# C stuff
|
||||
*.o
|
||||
*.obj
|
||||
# Diff droppings
|
||||
*.orig
|
||||
*.rej
|
||||
|
@ -122,8 +123,11 @@
|
|||
/src/common/Makefile.in
|
||||
/src/common/common_sha1.i
|
||||
/src/common/libor.a
|
||||
/src/common/libor.lib
|
||||
/src/common/libor-crypto.a
|
||||
/src/common/libor-crypto.lib
|
||||
/src/common/libor-event.a
|
||||
/src/common/libor-event.lib
|
||||
|
||||
# /src/config/
|
||||
/src/config/Makefile
|
||||
|
@ -140,6 +144,7 @@
|
|||
/src/or/tor
|
||||
/src/or/tor.exe
|
||||
/src/or/libtor.a
|
||||
/src/or/libtor.lib
|
||||
|
||||
# /src/test
|
||||
/src/test/Makefile
|
||||
|
|
Loading…
Add table
Reference in a new issue