aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: 5f52107440a17c5fbee44a2ef0e426fb4b5ee0eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/config.mk
/examples/*/*
!/examples/*.*
!/examples/*/*.*
/examples/*/*.so
/examples/*/*.a

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

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