libki/.gitignore

45 lines
366 B
Plaintext
Raw Normal View History

# Visual Studio/Code
.vs/
2018-03-25 17:15:35 -04:00
# 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
# Debug
*.pdb
# Incremental Linker
*.ilk
# Build directory
build/