[commit: ghc] master: Ignore .gdb_history files (b337906)
git at git.haskell.org
git at git.haskell.org
Sun Nov 11 13:30:33 UTC 2018
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/b337906ca04c8ac6b9a5b11dcc0cbb954cb44cab/ghc
>---------------------------------------------------------------
commit b337906ca04c8ac6b9a5b11dcc0cbb954cb44cab
Author: Ben Gamari <bgamari.foss at gmail.com>
Date: Sun Nov 11 11:20:57 2018 +0100
Ignore .gdb_history files
Summary: I tend to accumulate these and they are often quite useful to keep around.
Reviewers: monoidal
Reviewed By: monoidal
Subscribers: rwbarton, carter
Differential Revision: https://phabricator.haskell.org/D5320
>---------------------------------------------------------------
b337906ca04c8ac6b9a5b11dcc0cbb954cb44cab
.gitignore | 1 +
1 file changed, 1 insertion(+)
diff --git a/.gitignore b/.gitignore
index 83fa7ec..59ca1cc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -215,3 +215,4 @@ GIT_COMMIT_ID
ghc.nix/
+.gdb_history
\ No newline at end of file
More information about the ghc-commits
mailing list