Advertisement
orgads

gdb patch

Apr 17th, 2012
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.62 KB | None | 0 0
  1. From 27d9dc8545509d502a4b7339ad854af503070cfb Mon Sep 17 00:00:00 2001
  2. From: Orgad Shaneh <orgads@gmail.com>
  3. Date: Mon, 16 Apr 2012 17:56:42 +0300
  4. Subject: [PATCH] GitIgnore: Add GDB build artifacts
  5.  
  6. Change-Id: Id1279726dd046d53ed658b6404ece91fe75ebc82
  7. ---
  8. .gitignore |    3 +++
  9.  1 files changed, 3 insertions(+), 0 deletions(-)
  10.  
  11. diff --git a/.gitignore b/.gitignore
  12. index f0e7fc3..48cf8e6 100644
  13. --- a/.gitignore
  14. +++ b/.gitignore
  15. @@ -78,6 +78,9 @@ doc/api/html/*
  16.  doc/pluginhowto/html/*
  17.  .rcc
  18.  .pch
  19. +dist/gdb/qtcreator-*
  20. +dist/gdb/source
  21. +dist/gdb/staging
  22.  
  23.  # Binaries
  24.  # --------
  25. --
  26. 1.7.9.msysgit.0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement