LFE/.gitignore

38 lines
295 B
Plaintext
Raw Normal View History

2020-12-04 21:02:42 +00:00
# ---> C++
# Prerequisites
*.d
2021-09-21 10:10:21 +00:00
build/*
2020-12-04 21:02:42 +00:00
# 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
lfe