Change parser to do C style () for operators: 1+2*3 == 1+(2)*3
[io/quag.git] / .gitignore
blob7f77e2e71940e516abea20f6906ca10edb127ffb
1 *.hi
2 *.o
3 *.so
4 *.dylib
5 *.cmd
6 .mod.c*
7 *.tmp_versions
8 *CVS
9 *RCS
10 *IoVMCode.c*
11 *Io*Init.c*
13 *_darcs
14 *_build
15 *_ioCodeProcessed
16 *errors
17 *.bak*
18 *.BAK*
19 *.orig*
20 *vssver.scc*
21 *.swp*
22 *MT
23 *\{arch\}
24 *.arch-ids
26 *.class*
27 *.prof*
28 *.DS_Store*
29 *.FBCLockFolder
30 *BitKeeper
31 *ChangeSet
32 *.svn
33 .cvsignore*
34 .gdb_history*
35 *Thumbs.db*
36 .DS_Store
37 .libs
38 .deps*
39 *.a
40 *.la
41 *.lo
42 *.so
43 *.dylib
44 *.exe
45 *.Po
46 *.Tlo
47 *.Plo
48 _objs
49 _includes
50 *_libs
51 *Io.*Code.c*
52 io2c
53 *Io.*Init.c*
54 *pngtest*
55 *steve.model*
56 *skipdbtest*
57 *config.log*
58 *config.status*
59 .rej*
60 *autom4te.cache*
61 *.cache
62 *_include
63 *tags*
64 ./addons/SGML/source/libsgml/Makefile*
65 ./addons/SGML/source/libsgml/examples/Makefile*
66 ./addons/SGML/source/libsgml/src/Makefile*