Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
benchmark
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
benchmark
Commits
056a008a
Commit
056a008a
authored
Mar 02, 2015
by
Eric
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #75 from google/outofsource
Add _build to gitignore to enable out-of-source builds
parents
cff940a7
5fe797b6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
3 deletions
+18
-3
.gitignore
.gitignore
+18
-3
No files found.
.gitignore
View file @
056a008a
...
@@ -5,20 +5,35 @@
...
@@ -5,20 +5,35 @@
*.cmake
*.cmake
!/cmake/*.cmake
!/cmake/*.cmake
*~
*~
/test/benchmark_test
/test/re_test
# cmake files.
/Testing
/Testing
CMakeCache.txt
CMakeCache.txt
CMakeFiles/
CMakeFiles/
cmake_install.cmake
# makefiles.
Makefile
Makefile
# in-source build.
bin/
bin/
cmake_install.cmake
lib/
lib/
/test/benchmark_test
/test/re_test
# exuberant ctags.
tags
tags
# YouCompleteMe configuration.
.ycm_extra_conf.pyc
.ycm_extra_conf.pyc
# ninja generated files.
.ninja_deps
.ninja_deps
.ninja_log
.ninja_log
build.ninja
build.ninja
install_manifest.txt
install_manifest.txt
rules.ninja
rules.ninja
# out-of-source build top-level folders.
build/
_build/
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment