Add .gdbinit to ignored git files.
Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/commit/20e2f38f Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/20e2f38f Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/20e2f38f Branch: refs/heads/develop Commit: 20e2f38f1ac7aa4fd17cfdc910be307ea6ef9af5 Parents: 8559e07 Author: William San Filippo <[email protected]> Authored: Fri Sep 9 13:00:49 2016 -0700 Committer: William San Filippo <[email protected]> Committed: Fri Sep 9 13:00:49 2016 -0700 ---------------------------------------------------------------------- .gitignore | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/20e2f38f/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index d8910f3..27a10ae 100644 --- a/.gitignore +++ b/.gitignore @@ -25,6 +25,7 @@ tags .gdb_history .gdb_out .gdb_cmds +.gdbinit *~ .DS_Store *.swp
