git.wincent.com
/
docvim.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c9e6de
)
Fix gitignore
author
Greg Hurrell <greg@hurrell.net>
Sun, 12 Jun 2016 22:00:17 +0000
(15:00 -0700)
committer
Greg Hurrell <greg@hurrell.net>
Sun, 12 Jun 2016 22:00:17 +0000
(15:00 -0700)
To actually ignore the files I (don't) care about.
tests/fixtures/integration/.gitignore
patch
|
blob
|
history
diff --git
a/tests/fixtures/integration/.gitignore
b/tests/fixtures/integration/.gitignore
index 2bbcb0938ac5ae8fbd89f8d58b538c6cfbebb614..24a3ef8c056161c9d3bbe491085087396cc8c84d 100644
(file)
--- a/
tests/fixtures/integration/.gitignore
+++ b/
tests/fixtures/integration/.gitignore
@@
-1,2
+1,2
@@
-*/input/*
/README
.md
-*/input/
*/doc/*
+*/input/*.md
+*/input/
doc/