diff options
| author | Valery Ushakov <uwe@stderr.spb.ru> | 2019-12-19 03:55:44 +0300 |
|---|---|---|
| committer | Valery Ushakov <uwe@stderr.spb.ru> | 2019-12-19 03:55:44 +0300 |
| commit | 1c493b630eaa66251f1d077a85568891a2b26cc4 (patch) | |
| tree | 89105fbc00489673f80d13a1f768ab04863cb973 /.gitignore | |
| parent | 72892f586113c15a781904c1da38a006d38382c8 (diff) | |
Adapt .hgignore into .gitignore
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 92 |
1 files changed, 92 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..f47a9611 --- /dev/null +++ b/.gitignore @@ -0,0 +1,92 @@ +# object files, libraries, etc +*.[8qkv5967o] +*.obj +[8qkv965o].out +[8qkv965o].emu +obj.out +obj.map +vc*.pdb +*.a + +# yacc artifacts +y.output +y.tab.[ch] +y.debug + +/contrib/ +/grid/ +/tmp/ +/usr/ + +/keydb/keys +/keydb/countersigned +/keydb/signed +/keydb/signerkey + +/appl/**/*.dis +/appl/**/*.sbl + +# generated C headers for built-in modules +/libinterp/cryptmod.h +/libinterp/drawmod.h +/libinterp/freetypemod.h +/libinterp/ipintsmod.h +/libinterp/keyring.h +/libinterp/keyringif.h +/libinterp/loadermod.h +/libinterp/mathmod.h +/libinterp/runt.h +/libinterp/sysmod.h +/libinterp/tkmod.h + +/limbo/runt.h + +# emu build artifacts +/emu/*/*.root.[ch] +/emu/*/emu.c +/emu/*/errstr.h +/emu/*/srv.h +/emu/*/srvm.h + +/emu/Nt/*.map +/emu/Nt/*.exe + +# initial mk from makemk.sh +/utils/mk/mk + +# preserve the patterns from .hgignore, though perhaps all binaries +# should be deleted and ignored with: +# /[A-Z]*/*/bin/ + +/[A-Z]*/*/bin/?[acl] +/[A-Z]*/*/bin/5coff +/[A-Z]*/*/bin/5cv +/[A-Z]*/*/bin/acid +/[A-Z]*/*/bin/asm +/[A-Z]*/*/bin/data2s +/[A-Z]*/*/bin/emu +/[A-Z]*/*/bin/limbo + +/Nt/*/bin/?[acl].exe +/Nt/*/bin/5coff.exe +/Nt/*/bin/5cv.exe +/Nt/*/bin/acid.exe +/Nt/*/bin/asm.exe +/Nt/*/bin/data2s.exe +/Nt/*/bin/emu.exe +/Nt/*/bin/ftl.exe +/Nt/*/bin/iar.exe +/Nt/*/bin/idea.exe +/Nt/*/bin/inm.exe +/Nt/*/bin/kprof.exe +/Nt/*/bin/ksize.exe +/Nt/*/bin/kstrip.exe +/Nt/*/bin/limbo.exe +/Nt/*/bin/md5sum.exe +/Nt/*/bin/mkppcimage.exe +/Nt/*/bin/ms2.exe +/Nt/*/bin/ndate.exe +/Nt/*/bin/ntsrv.exe +/Nt/*/bin/sqz.exe +/Nt/*/bin/srclist.exe +/Nt/*/bin/styxtest.exe |
