Separate update functions from tmake.c
[tmk.git] / .gitignore
blob9fc70e6590fd7e31d4295e873708109c1d7acf6c
1 # Binary Ignores
2 **/*.o
3 **/*.a
4 tmake
5 tmake.exe
7 # Files generated by Coverity Scan
8 cov-int
9 tmake.tgz
11 # Files generated by Clang Analyzer
12 clang-int
14 # TMake cache
15 **/.tmcache
18 # Generated code
19 tm_ext_cmds.c
22 # Swap Ignores (vim)
23 **/*.swp
24 **/*~
27 # Testing Ignores
28 sa_test_crypto
31 # OSX Specific Ignores
32 **/*.dSYM*
33 **/.DS_Store