gitignore
This commit is contained in:
parent
e12f051f0f
commit
9f81e9957c
8
.gitignore
vendored
8
.gitignore
vendored
@ -1,5 +1,7 @@
|
||||
.idea
|
||||
.vim/bundle/*
|
||||
encrypt
|
||||
decrypt
|
||||
.vim/bundle/
|
||||
*.sw[op]
|
||||
.env
|
||||
*.log
|
||||
|
||||
Session.vim
|
||||
|
||||
@ -33,6 +33,8 @@ set nowrap
|
||||
|
||||
set noerrorbells
|
||||
set novisualbell
|
||||
set showcmd
|
||||
set showtabline=2
|
||||
|
||||
set ignorecase
|
||||
set smartcase
|
||||
|
||||
2
Makefile
2
Makefile
@ -9,6 +9,7 @@ backup:
|
||||
mv ~/.subbash ~/.subbash.bak || true
|
||||
mv ~/.tmux.conf ~/.tmux.conf.bak || true
|
||||
mv ~/.gitconfig ~/.gitconfig.bak || true
|
||||
mv ~/.gitignore ~/.gitignore.bak || true
|
||||
|
||||
install:
|
||||
ln -s $(PWD)/.subbash ~ || true
|
||||
@ -31,4 +32,5 @@ ssh:
|
||||
|
||||
git:
|
||||
ln -s $(PWD)/.gitconfig ~ || true
|
||||
ln -s $(PWD)/.gitignore ~ || true
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user