Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Mike Perry
Tor
Commits
67690307
Commit
67690307
authored
May 14, 2012
by
Nick Mathewson
🎨
Browse files
Add some MSVC stuff to gitignore
parent
c5e87ef2
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
67690307
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment