mirror of
https://github.com/simh/simh.git
synced 2026-01-11 23:52:58 +00:00
This is being done since the plan going forward (in the primary descrip.mms and the Visual Studio Projects) is to local pcap components (VMS and Windows) one level up from the simh directory. The PCAP-VMS components are presumed (by this procedure) to be located in a directory at the same level as the directory containing the simh source files. For example, if these exist here: []descrip.mms []scp.c etc. Then the following should exist: [-.PCAP-VMS]BUILD_ALL.COM [-.PCAP-VMS.PCAP-VCI] [-.PCAP-VMS.PCAPVCM] etc.
34 lines
299 B
Plaintext
34 lines
299 B
Plaintext
#ignore thumbnails created by windows
|
|
Thumbs.db
|
|
#Ignore files built by Visual Studio
|
|
*.obj
|
|
*.exe
|
|
*.pdb
|
|
*.user
|
|
*.aps
|
|
*.pch
|
|
*.vspscc
|
|
*_i.c
|
|
*_p.c
|
|
*.ncb
|
|
*.suo
|
|
*.tlb
|
|
*.tlh
|
|
*.bak
|
|
*.cache
|
|
*.ilk
|
|
*.log
|
|
[Bb]in
|
|
[Dd]ebug*/
|
|
*.lib
|
|
*.sbr
|
|
*.bak
|
|
obj/
|
|
[Rr]elease*/
|
|
_ReSharper*/
|
|
[Tt]est[Rr]esult*
|
|
*.o
|
|
BIN/
|
|
ipch/
|
|
*.map
|