repo.or.cz
/
tmk.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix formatting
[tmk.git]
/
.gitignore
blob
077e96a46ee2696d07218cca31073fdb56077188
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
11
12
# Files generated by Coverity Scan
13
cov-int
14
tmake.tgz
15
16
# Files generated by Clang Analyzer
17
clang-int
18
19
# TMake cache
20
**/.tmcache
21
22
23
# Generated code
24
config.h
25
tm_ext_cmds.c
26
27
28
# Swap Ignores (vim)
29
**/*.swp
30
**/*~
31
32
33
# Testing Ignores
34
sa_test_crypto
35
36
37
# OSX Specific Ignores
38
**/*.dSYM*
39
**/.DS_Store
40
41
# Package build directory
42
pkg
43