Skip to content

Commit 3cbc3b4

Browse files
author
Ajey Gore
committed
added ignore for .swp
1 parent 6a5ed4e commit 3cbc3b4

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
/rails.zip
22
/rails.vba
33
/doc/tags
4+
*.swp
5+
.*swp
6+
.*~

.netrwhist

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
let g:netrw_dirhistmax =10
2-
let g:netrw_dirhist_cnt =1
3-
let g:netrw_dirhist_1='/Users/agore/Documents/workspace/twcloud-chef'
2+
let g:netrw_dirhist_cnt =3
3+
let g:netrw_dirhist_1='/Users/agore/Documents/workspace/thoughtworks-devops-chef/cookbooks'
4+
let g:netrw_dirhist_2='/Users/agore/Documents/workspace/thoughtworks-devops-chef/cookbooks/go-agent'
5+
let g:netrw_dirhist_3='/Users/agore/Documents/workspace/thoughtworks-devops-chef/cookbooks/go-agent/recipes'

0 commit comments

Comments
 (0)