OSDN Git Service

add bits input stream
[happyabc/happyabc.git] / .gitignore
1 # backup
2 *~
3 .DS_Store
4 *.swp
5 *.log
6
7 # config file
8 /OMakefile.config
9 /config.ml
10
11 # target
12 habc-scm
13 habc-xml
14 habc-link
15 habc
16 *-runner
17
18 # compiler generated file
19 *.spot
20 *.spit
21 *.annot
22 *.exe
23 *.run
24 *.opt
25 *.cm[aoix]
26 *.[ao]
27 *.cmxa
28 *.omc
29 .omakedb
30 .omakedb.lock
31
32