add a .gitignore and remove folly-config.h (generated file) from the repo
[folly.git] / .gitignore
1 *.o
2 *.lo
3 *.la
4 Makefile
5 Makefile.in
6 .libs
7 .deps
8 stamp-h1
9 FormatTables.cpp
10 folly-config.h
11 _configs.sed
12 aclocal.m4
13 autom4te.cache
14 build-aux
15 libtool
16 folly/test/gtest-1.6.0
17 folly/folly-config.h
18 folly/test/*_test
19 folly/test/*_test_using_jemalloc
20 folly/config.*
21 folly/configure
22 folly/m4/libtool.m4
23 folly/m4/ltoptions.m4
24 folly/m4/ltsugar.m4
25 folly/m4/ltversion.m4
26 folly/m4/lt~obsolete.m4