xref: /inferno-os/.gitignore (revision 7828d5d2aa2aeba1588dba190fd80dcab95d982b)
1# object files, libraries, etc
2*.[8qkv5967o]
3*.obj
4[8qkv965o].out
5[8qkv965o].emu
6obj.out
7obj.map
8vc*.pdb
9*.a
10
11# yacc artifacts
12y.output
13y.tab.[ch]
14y.debug
15
16/contrib/
17/grid/
18/tmp/
19/usr/
20
21/keydb/keys
22/keydb/countersigned
23/keydb/signed
24/keydb/signerkey
25
26/appl/**/*.dis
27/appl/**/*.sbl
28
29# generated C headers for built-in modules
30/libinterp/cryptmod.h
31/libinterp/drawmod.h
32/libinterp/freetypemod.h
33/libinterp/ipintsmod.h
34/libinterp/keyring.h
35/libinterp/keyringif.h
36/libinterp/loadermod.h
37/libinterp/mathmod.h
38/libinterp/runt.h
39/libinterp/sysmod.h
40/libinterp/tkmod.h
41
42/limbo/runt.h
43
44# emu build artifacts
45/emu/*/*.root.[ch]
46/emu/*/emu.c
47/emu/*/errstr.h
48/emu/*/srv.h
49/emu/*/srvm.h
50
51/emu/Nt/*.map
52/emu/Nt/*.exe
53
54# initial mk from makemk.sh
55/utils/mk/mk
56
57# no binaries are committed for any of the netbsd ports
58# can be deleted if wildcard from the comment below is enabled
59/NetBSD/*/bin/
60
61# preserve the patterns from .hgignore, though perhaps all binaries
62# should be deleted and ignored with:
63# /[A-Z]*/*/bin/
64
65/[A-Z]*/*/bin/?[acl]
66/[A-Z]*/*/bin/5coff
67/[A-Z]*/*/bin/5cv
68/[A-Z]*/*/bin/acid
69/[A-Z]*/*/bin/asm
70/[A-Z]*/*/bin/data2s
71/[A-Z]*/*/bin/emu
72/[A-Z]*/*/bin/limbo
73
74/Nt/*/bin/?[acl].exe
75/Nt/*/bin/5coff.exe
76/Nt/*/bin/5cv.exe
77/Nt/*/bin/acid.exe
78/Nt/*/bin/asm.exe
79/Nt/*/bin/data2s.exe
80/Nt/*/bin/emu.exe
81/Nt/*/bin/ftl.exe
82/Nt/*/bin/iar.exe
83/Nt/*/bin/idea.exe
84/Nt/*/bin/inm.exe
85/Nt/*/bin/kprof.exe
86/Nt/*/bin/ksize.exe
87/Nt/*/bin/kstrip.exe
88/Nt/*/bin/limbo.exe
89/Nt/*/bin/md5sum.exe
90/Nt/*/bin/mkppcimage.exe
91/Nt/*/bin/ms2.exe
92/Nt/*/bin/ndate.exe
93/Nt/*/bin/ntsrv.exe
94/Nt/*/bin/sqz.exe
95/Nt/*/bin/srclist.exe
96/Nt/*/bin/styxtest.exe
97