summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 1a75fcccc6acda8fcd9775af80257359fdddf915 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
*~

.deps/
.dirstamp
*.o
*.a
/gnumach
/gnumach-undef
/gnumach-undef-bad
/gnumach.msgids

# Makerules.am
*.gz
*.stripped

# Makerules.mig.am
*.user.*
*.server.*

autom4te.cache/
build-aux/
/INSTALL
/Makefile
/Makefile.in
/aclocal.m4
/config.h
/config.h.in
/config.log
/config.status
/config.status.orig
/configure
/stamp-h1
/version.c

# Ignore arch symlinks
/machine
/mach/machine
/linux/src/include/asm
/linux/dev/include/asm

/doc/mach.aux
/doc/mach.cp
/doc/mach.cps
/doc/mach.fn
/doc/mach.fns
/doc/mach.ky
/doc/mach.log
/doc/mach.pdf
/doc/mach.pg
/doc/mach.toc
/doc/mach.tp
/doc/mach.vr
/build
Makefile.am.orig
Makefile.am.rej