From 89b163a0883d40a612331ed8565b8ab1219fdbd0 Mon Sep 17 00:00:00 2001 From: Aliaksey Kandratsenka Date: Sun, 4 Aug 2013 18:27:07 +0300 Subject: added .gitignore --- .gitignore | 123 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 123 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..87dc1fb --- /dev/null +++ b/.gitignore @@ -0,0 +1,123 @@ +*.[oa] +*.la +*.lo +*~ +/*.log +/*.trs +/.deps +/.libs +/GPATH +/GRTAGS +/GSYMS +/GTAGS +/ID +/Makefile +/Makefile.in +/aclocal.m4 +/addressmap_unittest +/addressmap_unittest.exe +/atomicops_unittest +/atomicops_unittest.exe +/autom4te.cache/ +/compile +/config.guess +/config.log +/config.status +/config.sub +/configure +/current_allocated_bytes_test +/current_allocated_bytes_test.exe +/debugallocation_test +/debugallocation_test.sh +/depcomp +/frag_unittest +/frag_unittest.exe +/getpc_test +/gperftools-*.tar.gz +/gperftools-*.zip +/heap-checker-death_unittest.sh +/heap-checker_debug_unittest +/heap-checker_debug_unittest.sh +/heap-checker_unittest +/heap-checker_unittest.sh +/heap-profiler_debug_unittest +/heap-profiler_debug_unittest.sh +/heap-profiler_unittest +/heap-profiler_unittest.sh +/install-sh +/libprofiler.pc +/libtcmalloc.pc +/libtcmalloc_debug.pc +/libtcmalloc_minimal.pc +/libtcmalloc_minimal_debug.pc +/libtool +/low_level_alloc_unittest +/low_level_alloc_unittest.exe +/ltmain.sh +/m4/libtool.m4 +/m4/ltoptions.m4 +/m4/ltsugar.m4 +/m4/ltversion.m4 +/m4/lt~obsolete.m4 +/malloc_extension_c_test +/malloc_extension_debug_test +/malloc_extension_test +/malloc_extension_test.exe +/malloc_hook_test +/malloc_hook_test.exe +/markidle_unittest +/markidle_unittest.exe +/maybe_threads_unittest.sh +/memalign_debug_unittest +/memalign_unittest +/missing +/packed_cache_test +/packed_cache_test.exe +/page_heap_test +/page_heap_test.exe +/pagemap_unittest +/pagemap_unittest.exe +/profile_handler_unittest +/profiledata_unittest +/profiler1_unittest +/profiler2_unittest +/profiler3_unittest +/profiler4_unittest +/profiler_unittest.sh +/raw_printer_test +/realloc_debug_unittest +/realloc_unittest +/realloc_unittest.exe +/sampler_debug_test +/sampler_test +/sampling_debug_test +/sampling_debug_test.sh +/sampling_test +/sampling_test.sh +/simple_compat_test +/src/config.h +/src/config.h.in +/src/gperftools/tcmalloc.h +/src/stamp-h1 +/src/stamp-h1 +/stack_trace_table_test +/stack_trace_table_test.exe +/stacktrace_unittest +/system_alloc_unittest +/tcmalloc_and_profiler_unittest +/tcmalloc_both_unittest +/tcmalloc_debug_unittest +/tcmalloc_large_heap_fragmentation_unittest +/tcmalloc_large_unittest +/tcmalloc_minimal_debug_unittest +/tcmalloc_minimal_large_heap_fragmentation_unittest +/tcmalloc_minimal_large_heap_fragmentation_unittest.exe +/tcmalloc_minimal_large_unittest +/tcmalloc_minimal_large_unittest.exe +/tcmalloc_minimal_unittest +/tcmalloc_minimal_unittest.exe +/tcmalloc_unittest +/tcmalloc_unittest.sh +/test-driver +/thread_dealloc_unittest +/thread_dealloc_unittest.exe -- cgit v1.2.1