Fix formatting
[tmk.git] / .gitignore
blob077e96a46ee2696d07218cca31073fdb56077188
1 # Binary Ignores
2 **/*.o
3 **/*.a
4 tmk
5 tmake
6 tmk.exe
7 tmake.exe
8 build/checks/wordsize
9 build/checks/bytesize
10 build/checks/endianness
12 # Files generated by Coverity Scan
13 cov-int
14 tmake.tgz
16 # Files generated by Clang Analyzer
17 clang-int
19 # TMake cache
20 **/.tmcache
23 # Generated code
24 config.h
25 tm_ext_cmds.c
28 # Swap Ignores (vim)
29 **/*.swp
30 **/*~
33 # Testing Ignores
34 sa_test_crypto
37 # OSX Specific Ignores
38 **/*.dSYM*
39 **/.DS_Store
41 # Package build directory
42 pkg