projects
/
platform
/
upstream
/
ninja.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add a missing &. (No behavior change, only used in tests.)
[platform/upstream/ninja.git]
/
.gitignore
1
*.pyc
2
*.obj
3
*.exe
4
*.pdb
5
*.ilk
6
TAGS
7
/build
8
/build.ninja
9
/ninja
10
/build_log_perftest
11
/canon_perftest
12
/depfile_parser_perftest
13
/hash_collision_bench
14
/ninja_test
15
/manifest_parser_perftest
16
/graph.png
17
/doc/manual.html
18
/doc/doxygen
19
/gtest-1.6.0
20
*.patch
21
22
# Eclipse project files
23
.project
24
.cproject
25
26
# SublimeText project files
27
*.sublime-project
28
*.sublime-workspace
29
30
# Ninja output
31
.ninja_deps
32
.ninja_log