diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-07-22 05:52:11 -0400 |
---|---|---|
committer | Austin Foxley <austinf@cetoncorp.com> | 2009-08-19 12:28:38 -0700 |
commit | b9dba9c9b014b1dfa518e1d29035ff9915b04ff5 (patch) | |
tree | 0f4ec50ea97e3ad8f13b7cd30886d0bb0fe765ae /.gitignore | |
parent | 1cb7a409714eadbb4c896be2781bc5cc32fcc132 (diff) | |
download | uClibc-alpine-b9dba9c9b014b1dfa518e1d29035ff9915b04ff5.tar.bz2 uClibc-alpine-b9dba9c9b014b1dfa518e1d29035ff9915b04ff5.tar.xz |
ignore gdb/debugging files
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index e43b4233a..549ca4593 100644 --- a/.gitignore +++ b/.gitignore @@ -20,6 +20,13 @@ install_dir/ /*.log # +# Debugging files +# +.gdb_history +.gdbinit +core + +# # Backups / patches # *~ |