proxy-network/.gitignore

38 lines
322 B
Plaintext
Raw Normal View History

2023-09-12 14:02:57 -05:00
# ---> C++
# Prerequisites
*.d
# Compiled Object files
*.slo
*.lo
*.o
*.obj
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Fortran module files
*.mod
*.smod
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.exe
*.out
*.app
2023-09-14 14:20:21 -05:00
# Extras
2023-09-30 01:20:54 -05:00
./build
./test/page/web_server