mirror of
https://github.com/AntelopeIO/eos-vm.git
synced 2026-07-21 14:33:29 +00:00
43 lines
380 B
Plaintext
43 lines
380 B
Plaintext
# 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
|
|
|
|
# Editor temporary files
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# Build Artifacts
|
|
build.tar.gz
|
|
build/
|
|
compile_commands.json
|
|
Testing/ |