EQ2EMu/.gitignore
Image c4f9c92303 Update git to allow dll and lib
Updated gitignore to allow dll/lib, easy portability to provide these to users
2020-02-28 10:31:46 -05:00

30 lines
257 B
Text

# ---> C++
# Compiled Object files
*.slo
*.lo
*.o
*.obj
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic libraries
*.so
*.dylib
#*.dll
# Fortran module files
*.mod
# Compiled Static libraries
*.lai
*.la
*.a
#*.lib
# Executables
#*.exe
*.out
*.app