-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path.gitignore
146 lines (134 loc) · 2.13 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
testdir/ZUDIR/*
testdir/subdir/ZUDIR/*
plugin/proto/ZUDIR/*
ZUDIR/*.html
ZUDIR/testje*
livedemo/ZUDIR/*
ZUDIR/TestSome.*
# ignore output from testrunner
testdir/progs/*.c
testdir/progs/*.out
testdir/progs/*.build
testdir/progs/*[a-zA-Z][a-zA-Z][a-zA-Z]
testdir/progs/*[a-zA-Z][a-zA-Z][0-9]
testdir/progsbad/ZUDIR/*.c
testdir/progsbad/*.out
testdir/progsbad/*.build
testdir/progsfail/*.c
testdir/progsfail/*.out
testdir/progsfail/*.build
testdir/progsfail/*[a-zA-Z][a-zA-Z][a-zA-Z]
testrunner
# ignore thirdparty for now
thirdparty
# no .zui files yet
ZUDIR/*.zui
ZUDIR/zui.zu
lib/ZUDIR/*.zui
lib/ZUDIR/ZWTmodule.js
lib/zwt/ZUDIR/*
lib/zut/ZUDIR/*
# Mac build stuff
*.dSYM/*
# not to be distributed
AAPDIR/*
backup/*
core
ncurses/*
presentation/*
released/*
tags
test.out
testmore.out
testnomanage.out
tryout/*
valgrind.log
valgrind?.log
# Extra Compiler Arguments
*.eca
# binaries and their .c files
ZUDIR/*.c
*.exe
*.dll
animal
animal.c
copy
copy.c
echo
echo.c
fixtestout
fixtestout.c
testje
testje.c
testprog
testprog.c
testmore
testmore.c
testnomanage
testzui
testzui.c
zuidump
zuidump.c
testserver
testserver.c
pipedemo
pipedemo.c
hello
hello.c
pluginproto
pluginzut
prototryout.c
prototryout
newbook
ZUDIR/addressbook.zu
ZUDIR/ZUDIR/addressbook.*
ZUDIR/AddressBookServlet.*
zimbu
zimbu_test
zimbu_test.c
zimbu_test.zu
zimbu_test_test
zimbu_test_test.c
zimbu_test_test.zu
zimbu2c
zimbu_test2c
zimbu_test2c.c
zimbu_test2c.zu
zimbu_test_test2c
zimbu_test_test2c.c
zimbu_test_test2c.zu
zimbuConfig
zimbuConfigTest
zimbuConfig.out
ZUDIR/zimbuConfig.zu
zudocu
zudocu.c
zwtdemo/zwtdemo
zwtdemo/ZUDIR/*
zutdemo/zutdemo
zutdemo/ZUDIR/*
livedemo/livedemo
livedemo/livedemo.c
livedemo/demo
livedemo/ZUDIR/demo.c
livedemo/demo.zu
livedemo/demo.out
livedemo/demo.comp
# binaries and other produced files in performance/
performance/True.class
performance/measure
performance/ZUDIR/measure.c
performance/true_c
performance/true_python.pyc
performance/true_zimbu
performance/true_zimbu.c
performance/true_go
performance/true_go.8
performance/citycount
performance/ZUDIR/citycount.c
performance/worldcitiespop.txt
performance/pi
performance/ZUDIR/pi.c
# backup and swap files
*~
*.sw?