From 91379609cc9fe6b94218aac726a1c0663083abcf Mon Sep 17 00:00:00 2001 From: Timothe Litt Date: Mon, 10 Oct 2022 12:35:06 -0400 Subject: [PATCH] Update ods2's .gitignore Make ods2 less dependent on simtools/.gitignore Note that Visual Studio's mess is currently handled at the simtools level. --- extracters/ods2/.gitignore | 41 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) diff --git a/extracters/ods2/.gitignore b/extracters/ods2/.gitignore index 4671568..9fbaa5f 100644 --- a/extracters/ods2/.gitignore +++ b/extracters/ods2/.gitignore @@ -1,5 +1,46 @@ +# 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/*