Refactors folly test cases to use gtest
[folly.git] / .gitignore
index 089c09e98c1db7a197c5db1af6e4378dee006ba5..28e148c158b5553e15017071820d6238470782da 100644 (file)
@@ -1,6 +1,8 @@
+*.bc
 *.o
 *.lo
 *.la
+.dirstamp
 Makefile
 Makefile.in
 .libs
@@ -12,13 +14,17 @@ aclocal.m4
 autom4te.cache
 build-aux
 libtool
-folly/test/gtest-1.6.0
+folly/test/gtest
 folly/folly-config.h
-folly/test/*_benchmark
-folly/test/*_test
-folly/test/*_test_using_jemalloc
+folly/**/test/*_benchmark
+folly/**/test/*.log
+folly/**/test/*_test
+folly/**/test/*_test_using_jemalloc
+folly/**/test/*.trs
 folly/config.*
 folly/configure
+folly/experimental/logging/example/logging_example
+folly/libfolly.pc
 folly/m4/libtool.m4
 folly/m4/ltoptions.m4
 folly/m4/ltsugar.m4
@@ -29,4 +35,3 @@ folly/FormatTables.cpp
 folly/EscapeTables.cpp
 folly/GroupVarintTables.cpp
 folly/FingerprintTables.cpp
-