aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: 71fa52580716e242c6fb0c8feb2c5604bdfd6b81 (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
/config.mk
/examples/*/*
!/examples/*.*
!/examples/*/*.*
/examples/*/*.so
/examples/*/*.a

/lib/*/*
!/lib/*.*
!/lib/*/*.*
/lib/*/*.so
/lib/*/*.a

/src/changes.md.h

.build
/build/bin
/build/lib
*.o
*.so
*.dylib
*.tm.c
*.tm.h
*.tm.o
*.testresult
tags