mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2024-11-22 09:29:52 +03:00
Improve .gitignore
This commit is contained in:
parent
6e5ac2843d
commit
0beacd7680
11
.gitignore
vendored
11
.gitignore
vendored
@ -15,20 +15,17 @@ CMakeFiles/
|
|||||||
output/
|
output/
|
||||||
Win32_Release
|
Win32_Release
|
||||||
x64_Release
|
x64_Release
|
||||||
|
Win32_Debug
|
||||||
|
x64_Debug
|
||||||
/src/DebugFiles
|
/src/DebugFiles
|
||||||
/src/BuildUtil/obj/
|
/src/BuildUtil/obj/
|
||||||
/src/vpnweb/vpnweb.h
|
/src/vpnweb/vpnweb.h
|
||||||
/src/vpnweb/vpnweb_i.c
|
/src/vpnweb/vpnweb_i.c
|
||||||
/src/vpnweb/vpnweb_p.c
|
/src/vpnweb/vpnweb_p.c
|
||||||
*.user
|
*.user
|
||||||
*.obj
|
|
||||||
*.pch
|
|
||||||
*.idb
|
|
||||||
*.pdb
|
|
||||||
*.ncb
|
*.ncb
|
||||||
*.res
|
*.opt
|
||||||
*.tlb
|
!/src/BuildFiles/**/*
|
||||||
BuildLog.htm
|
|
||||||
|
|
||||||
# Applied for 'developer_tools/stbchecker/'
|
# Applied for 'developer_tools/stbchecker/'
|
||||||
# Copied from by https://www.gitignore.io/api/visualstudio
|
# Copied from by https://www.gitignore.io/api/visualstudio
|
||||||
|
Loading…
Reference in New Issue
Block a user