test_embed_libevent_crosspl.../.gitignore

36 lines
300 B
Plaintext
Raw Permalink Normal View History

2022-07-15 17:18:23 +08: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
2022-07-17 13:33:59 +08:00
cmake-build-debug