Update HTML doc template.
[tmk.git] / .gitignore
blob482b1f2108c5040164705c3023a0fe8177cd1615
1 # Binary Ignores
2 **/*.o
3 **/*.a
4 tmk
5 tmake
6 tmk.exe
7 tmake.exe
9 # Files generated by Coverity Scan
10 cov-int
11 tmake.tgz
13 # Files generated by Clang Analyzer
14 clang-int
16 # TMake cache
17 **/.tmcache
20 # Generated code
21 tm_ext_cmds.c
24 # Swap Ignores (vim)
25 **/*.swp
26 **/*~
29 # Testing Ignores
30 sa_test_crypto
33 # OSX Specific Ignores
34 **/*.dSYM*
35 **/.DS_Store