Skip to content

Commit 0d2b1a7

Browse files
committed
Updated google-breakpad to r1498 2015-09-26
1 parent 97da41a commit 0d2b1a7

File tree

400 files changed

+281477
-117310
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

400 files changed

+281477
-117310
lines changed

vendor/google-breakpad/.gitignore

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,37 @@
2626
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2727
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2828

29+
# Ignore other VCSs.
30+
.svn/
31+
32+
# Ignore common compiled artifacts.
33+
*~
34+
*.o
35+
lib*.a
36+
/breakpad.pc
37+
/breakpad-client.pc
38+
/src/client/linux/linux_client_unittest_shlib
39+
/src/client/linux/linux_dumper_unittest_helper
40+
/src/processor/microdump_stackwalk
41+
/src/processor/minidump_dump
42+
/src/processor/minidump_stackwalk
43+
/src/tools/linux/core2md/core2md
44+
/src/tools/linux/dump_syms/dump_syms
45+
/src/tools/linux/md2core/minidump-2-core
46+
/src/tools/linux/symupload/minidump_upload
47+
/src/tools/linux/symupload/sym_upload
48+
49+
# Ignore autotools generated artifacts.
50+
.deps
51+
.dirstamp
52+
autom4te.cache/
53+
/config.cache
54+
config.h
55+
/config.log
56+
/config.status
57+
/Makefile
58+
stamp-h1
59+
2960
# Ignore GYP generated Visual Studio artifacts.
3061
*.filters
3162
*.sdf

vendor/google-breakpad/AUTHORS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
opensource@google.com
1+
opensource@google.com

0 commit comments

Comments
 (0)