51 lines
448 B
Plaintext
51 lines
448 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
|
|
|
|
/build/
|
|
/simple_system.txlog
|
|
/my_db*
|
|
/.settings/
|
|
/Debug/
|
|
/*.txlog
|
|
/*.vcd
|
|
/.venv/
|
|
/.pydevproject
|
|
/*.fst
|
|
/*.ftr
|
|
/*.gtkw
|
|
/.envrc.*
|
|
/.direnv/
|
|
/.venv/
|
|
/.cache
|
|
/CMakeUserPresets.json
|