diff options
author | James McCoy <jamessan@jamessan.com> | 2016-12-02 20:33:57 -0500 |
---|---|---|
committer | James McCoy <jamessan@jamessan.com> | 2016-12-02 20:38:55 -0500 |
commit | d98ebd6ab94fd78ff77a57a2a0e2dbb84a8a45da (patch) | |
tree | 937e65da4c63ee221c9115306fc63e57661508a9 /src | |
parent | 3607e0b8ff772683668127b92a841a57f8412ebc (diff) | |
download | rneovim-d98ebd6ab94fd78ff77a57a2a0e2dbb84a8a45da.tar.gz rneovim-d98ebd6ab94fd78ff77a57a2a0e2dbb84a8a45da.tar.bz2 rneovim-d98ebd6ab94fd78ff77a57a2a0e2dbb84a8a45da.zip |
build: Make clean targets more thorough
Diffstat (limited to 'src')
-rw-r--r-- | src/nvim/testdir/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/testdir/Makefile b/src/nvim/testdir/Makefile index c6e9c26c57..b2a512013b 100644 --- a/src/nvim/testdir/Makefile +++ b/src/nvim/testdir/Makefile @@ -116,6 +116,7 @@ clean: valgrind.* \ .*.swp \ .*.swo \ + .gdbinit \ del test1.out: .gdbinit test1.in |