HP-Socket/.gitignore

67 lines
695 B
Plaintext
Raw Normal View History

2020-05-08 18:06:50 +08:00
# Compiled Object files
*.slo
*.lo
*.o
*.pdb
*.exp
*.idb
*.ipdb
*.iobj
*.ilk
*.obj
*.log
*.tlog
*.cki
*.exe.config
2021-08-12 21:50:04 +08:00
# Compiled executable files
2020-05-08 18:06:50 +08:00
# Compiled Dynamic libraries
#*.so
#*.dylib
# Compiled Static libraries
#*.lai
#*.la
#*.a
# Intermediate directorys
Static/
static/
Debug/
debug/
2021-01-15 15:40:44 +08:00
!Windows/Src/Common/Debug/
!Windows/Src/Common/debug/
2021-08-12 21:50:04 +08:00
2020-05-08 18:06:50 +08:00
Obj/
obj/
tlog/
log/
readme/
2021-08-12 21:50:04 +08:00
netstandard2.0/
2020-05-08 18:06:50 +08:00
# IDE Internal Files
*.xml
*.layout
*.sdf
2021-08-12 21:50:04 +08:00
*.opensdf
2020-05-08 18:06:50 +08:00
*.VC.db
*.opendb
*.aps
*.swp
*.suo
.vs/
2021-08-12 21:50:04 +08:00
ipch/
VSMacros80/
2020-05-08 18:06:50 +08:00
2021-08-12 21:50:04 +08:00
# symbolic link files
2020-05-08 18:06:50 +08:00
Linux/lib/**/*.so.*
2021-08-12 21:50:04 +08:00
# binary output files
Linux/demo/Release/
Linux/lib/
Windows/Demo/Release/
Windows/Lib/
Windows/Bin/
Windows/Other Languages/C#/HPSocketCS/bin/