lots of gitignores for Windows

This commit is contained in:
Matthew Flatt 2010-05-31 06:54:42 -06:00
parent 3b4a950014
commit 93ec20f050
9 changed files with 64 additions and 0 deletions

5
.gitignore vendored
View File

@ -7,6 +7,11 @@
/*.app
/*.exe
# Windows linking and debugging
/*.pdb
/*.ilk
/GRacket.exe.manifest
# a common convenient place to set the PLTADDON directory to
/add-on/

View File

@ -4,3 +4,5 @@ MzStart.exe
MzStart3m.exe
MrStart.exe
MrStart3m.exe
MrStart.pdb
MzStart.pdb

13
src/mysterx/.gitignore vendored Normal file
View File

@ -0,0 +1,13 @@
myspage/myspage.h
myspage/myspage_i.c
myspage/myspage_p.c
myspage/myspage.tlb
myspage/myspage.res
myspage/dlldata.c
myssink/myssink.h
myssink/myssink_i.c
myssink/myssink_p.c
myssink/myssink.tlb
myssink/myssink.res
myssink/dlldata.c

3
src/mzcom/.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
# Generated for 3m build:
mzobj3m.cxx
mzobj3m.sdep

4
src/racket/dynsrc/.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
# Generated during Windows build:
mzdyn.exp
mzdyn.lib
mzdyn.obj

2
src/worksp/.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
# MSVC build directory:
*/Release

9
src/worksp/gc2/.gitignore vendored Normal file
View File

@ -0,0 +1,9 @@
xsrc
xform-collects
racket.res
gracket.res
mzdyn3m.exp
mzdyn3m.lib
mzdyn3m.obj

18
src/worksp/libmysterx/.gitignore vendored Normal file
View File

@ -0,0 +1,18 @@
dotnet/_dotnet.h
dotnet/_dotnet_i.c
dotnet/_dotnet_p.c
dotnet/_dotnet.idl
dotnet/_dotnet.tlb
dotnet/_dotnet.res
dotnet/dlldata.c
dotnet/Release
myspage/Release
myspage/vc80.idb
myssink/Release
myssink/vc80.idb
gc_traverse.inc
3m
xsrc

8
src/worksp/mzcom/.gitignore vendored Normal file
View File

@ -0,0 +1,8 @@
mzcom.ncb
mzcom.suo
mzcom_h.h
mzcom_i.c
mzcom_p.c
dlldata.c
3m