aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorDominic Hamon <dominic+github@google.com>2013-12-18 16:55:45 -0800
committerDominic Hamon <dominic+github@google.com>2013-12-18 16:58:23 -0800
commit403f35442375f2ee858981b79421ca321645df08 (patch)
tree74991ad472ebb95c22a16401e78f2389c741892f /.gitignore
downloadgoogle-benchmark-403f35442375f2ee858981b79421ca321645df08.tar.gz
Initial commit
Benchmark library builds and runs but only single-threaded. Multithreaded support needs a bit more love. Currently requires some C++11 support (g++ 4.6.3 seems to work).
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore6
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..5dfc638
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,6 @@
+CMakeCache.txt
+CMakeFiles/
+Makefile
+bin/
+cmake_install.cmake
+lib/