repo.or.cz
/
tart.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Switched to the system timer.
[tart.git]
/
.gitignore
blob
3df580833a97eb8d649af7fda31ba4c2193c1f92
1
# Tools
2
tools/
3
4
# All executables + output files.
5
6
## Dependancy generated by GCC.
7
*.d
8
9
## Libraries
10
*.a
11
12
## Object files.
13
*.o
14
15
## Backup files.
16
*~
17
18
## Output files.
19
tart
20
*.bin
21
22
# Build environment related.
23
24
## Sublime Text.
25
*.sublime*
26
.cproject
27
.project