1# Unixen: object and executable files. 2*.o 3src/vim 4src/xxd/xxd 5src/auto/if_perl.c 6src/auto/gui_gtk_gresources.c 7src/auto/gui_gtk_gresources.h 8src/auto/os_haiku.rdef 9src/objects/.dirstamp 10src/objects 11src/tags 12src/types.vim 13 14# We do need src/auto/configure. 15src/auto/config.cache 16src/auto/config.h 17src/auto/config.log 18src/auto/config.mk 19src/auto/config.status 20src/auto/osdef.h 21src/auto/link.log 22src/auto/link.sed 23src/auto/pathdef.c 24 25# Windows 26*.exe 27*.idb 28*.exp 29*.map 30*.obj 31*.pdb 32*.ilk 33*.sln 34*.suo 35*.res 36*.RES 37vim*.dll 38vim*.lib 39src/dobj*/pathdef.c 40src/gobj*/pathdef.c 41src/obj*/pathdef.c 42src/Obj*/pathdef.c 43gvimext.dll 44gvimext.lib 45gvim.lib 46runtime/doc/uganda.nsis.txt 47nsis/icons/* 48 49# NetBeans 50nbproject/* 51 52# Mac OSX 53src/xxd/xxd.dSYM 54.DS_Store 55 56# All platforms 57*.rej 58*.orig 59*.mo 60*.swp 61*~ 62*.pyc 63*.log 64src/po/vim.pot 65 66# Generated by "make test" 67src/po/*.ck 68src/po/*.desktop 69src/testdir/mbyte.vim 70src/testdir/mzscheme.vim 71src/testdir/lua.vim 72src/testdir/small.vim 73src/testdir/tiny.vim 74src/testdir/test*.out 75src/testdir/test*.failed 76src/testdir/test.log 77src/testdir/dostmp/* 78src/testdir/messages 79src/testdir/viminfo 80src/testdir/opt_test.vim 81runtime/indent/testdir/*.out 82runtime/indent/testdir/*.fail 83src/memfile_test 84src/json_test 85src/message_test 86src/kword_test 87 88# Generated by "make install" 89runtime/doc/tags 90runtime/doc/doctags 91 92# Generated by "make shadow". The directory names could be anything but we 93# restrict them to shadow (the default) or shadow-* 94src/shadow 95src/shadow-* 96src/runtime 97src/pixmaps 98 99# other possible files build by tools 100src/cscope.out 101