summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorBen Gamari <bgamari.foss@gmail.com>2018-11-11 11:20:57 +0100
committerKrzysztof Gogolewski <krz.gogolewski@gmail.com>2018-11-11 11:20:57 +0100
commitb337906ca04c8ac6b9a5b11dcc0cbb954cb44cab (patch)
tree71756de8e48ae5b6da8550b89e762b6fa2430228 /.gitignore
parentaa88285e38081186a8c74ceca1332135af09bab3 (diff)
downloadhaskell-b337906ca04c8ac6b9a5b11dcc0cbb954cb44cab.tar.gz
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
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 83fa7ececb..59ca1ccc31 100644
--- a/.gitignore
+++ b/.gitignore
@@ -215,3 +215,4 @@ GIT_COMMIT_ID
ghc.nix/
+.gdb_history \ No newline at end of file