mirror of
https://github.com/open-simh/simtools.git
synced 2026-02-28 17:20:29 +00:00
Make ods2 less dependent on simtools/.gitignore Note that Visual Studio's mess is currently handled at the simtools level.
47 lines
489 B
Plaintext
47 lines
489 B
Plaintext
# executables
|
|
ods2
|
|
makehelp
|
|
genmsg
|
|
|
|
# Miscellaneous test data, just-in-case stuff
|
|
testdata
|
|
attic
|
|
*.iso
|
|
*.simh_dsk
|
|
*.vhd
|
|
|
|
# Intermediate and loadable library files
|
|
*.mt
|
|
*.md
|
|
*.mdf
|
|
*.hlb
|
|
|
|
*.d
|
|
*.dep
|
|
|
|
*.o
|
|
*.obj
|
|
*.exe
|
|
*.tmp
|
|
|
|
# Editor crumbs
|
|
*.bak
|
|
*~
|
|
\~AutoRecover.*
|
|
\#*
|
|
*.swp
|
|
*.orig
|
|
.gdb_history
|
|
|
|
# Help compiler listings
|
|
*.lst
|
|
|
|
# These are cleaned, but are easier to build on Unix & use for VS builds
|
|
# vms_messages_*.msg
|
|
# ssdef.h
|
|
# ssdef.msg
|
|
!default.md
|
|
|
|
# Mountpoints used for testing
|
|
pc/*
|