1# various extensions left behind 2*.sw[op] 3*- 4*-HEAD 5*-git 6*-patched 7*-pristine 8*.bak 9*.cxx-* 10*.git 11*.gnuplot 12*.hxx-* 13*.log 14*.orig 15*.patched 16*.pristine 17*.pyc 18*.rej 19*~ 20.\#* 21*.o 22*.DS_Store 23 24# configure autoconf related 25/main/FreeBSD*Env.Set* 26/main/Linux*Env.Set* 27/main/MacOS*Env.Set* 28/main/OS2*Env.Set* 29/main/ant.properties 30/main/autom4te.cache 31/main/config.guess 32/main/config.log 33/main/config.parms 34/main/config.status 35/main/configure 36/main/set_soenv 37/main/bootstrap 38/main/makefile.mk 39/main/solver 40/main/winenv.set* 41/main/Makefile 42/main/dmake/* 43/main/guw/guw.exe* 44/main/warn 45 46# misc 47CVS 48TAGS 49\#* 50/log 51 52# id-utils, ctags, cscope 53/ID 54/tags 55/*/ID 56/*/tags 57/*/cscope.files 58/*/cscope.in.out 59/*/cscope.out 60/*/cscope.po.out 61 62# externals 63/main/external/dbghelp/* 64/main/external/gdiplus/* 65/main/external/msvcp90/* 66/main/external/msvcp100/* 67/main/external/unowinreg/unowinreg.dll 68/main/external/vcredist/* 69 70# $INPATH output directories 71/*/*/unxlng?? 72/*/*/unxlng??.pro 73/*/*/wntmsc??? 74/*/*/wntmsc???.pro 75/*/*/wntgcc? 76/*/*/wntgcc?.pro 77/*/*/unxso??? 78/*/*/unxso???.pro 79/*/*/unxmac?? 80/*/*/unxmac??.pro 81 82# Windows Accessibility Bridge 83main/winaccessibility/source/UAccCOMIDL/dlldata.c 84 85# RepoRevision hash file 86/main/solenv/inc/reporevision.lst 87