add gitignore
Signed-off-by: Jean-Pierre Gygax <gygax@practicomp.ch>
This commit is contained in:
parent
b422887874
commit
f4a7c6944b
1 changed files with 14 additions and 0 deletions
14
.gitignore
vendored
Normal file
14
.gitignore
vendored
Normal file
|
@ -0,0 +1,14 @@
|
|||
output/
|
||||
win32port/ipch/
|
||||
win32port/Debug*/
|
||||
win32port/server/Debug*/
|
||||
win32port/server/Release*/
|
||||
win32port/client/Debug*/
|
||||
win32port/client/Release*/
|
||||
win32port/libwebsocketswin32/Debug*/
|
||||
win32port/libwebsocketswin32/Release*/
|
||||
win32port/zlib/Debug*/
|
||||
win32port/zlib/Release*/
|
||||
*.vcxproj.user
|
||||
*.sdf
|
||||
*.suo
|
Loading…
Add table
Reference in a new issue