-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitignore
83 lines (72 loc) · 1.14 KB
/
.gitignore
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
# Sandbox files
appl/cmd/hello.b
# Non-free files
fonts/
# Typical temp or old files
.~lock.*
*~
# Limbo object files
*.dis
*.sbl
# Useless OS entries
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Object files
o.emu
*.out
*.o
*.a
# Yacc/bison files
*.debug
!appl/svc/httpd/httpd.debug
*.tab.h
*.tab.c
# Misc
error.log
emu/MacOSX/emu.c
emu/MacOSX/emu.root.c
emu/MacOSX/emu.root.h
emu/MacOSX/errstr.h
emu/MacOSX/srv.h
emu/MacOSX/srvm.h
MacOSX/386/bin/*
!MacOSX/386/bin/data2c
!MacOSX/386/bin/iyacc
!MacOSX/386/bin/mk
!MacOSX/386/bin/mkext
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
Linux/386/bin/data2c
Linux/386/bin/mkext
emu/Linux/emu
emu/Linux/emu-g
Linux/386/bin/*
!Linux/386/bin/data2c
!Linux/386/bin/iyacc
!Linux/386/bin/mk
!Linux/386/bin/mkext
emu/Linux/emu.c
emu/Linux/emu.root.c
emu/Linux/emu.root.h
emu/Linux/errstr.h
emu/Linux/srv.h
emu/Linux/srvm.h
# Swap files (e.g. vim-generated)
*.swp
*.swo
# Hostsystem-dependant files
mkconfig