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

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

/vendor/*/

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