1
0
mirror of https://github.com/simh/simh.git synced 2026-01-11 23:52:58 +00:00
simh.simh/.gitignore
Mark Pizzolato 0ad673fed3 Separated Pcap-VMS from the rest of the simh source tree.
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.
2011-04-20 12:23:06 -07:00

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