Added .ssh folder and files other than agent (not needed)
This commit is contained in:
parent
079a501fc9
commit
62f7a4728a
5 changed files with 39 additions and 0 deletions
26
.stow-global-ignore
Normal file
26
.stow-global-ignore
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
# Comments and blank lines are allowed.
|
||||
|
||||
RCS
|
||||
.+,v
|
||||
|
||||
CVS
|
||||
\.\#.+ # CVS conflict files / emacs lock files
|
||||
\.cvsignore
|
||||
|
||||
\.svn
|
||||
_darcs
|
||||
\.hg
|
||||
|
||||
\.git
|
||||
\.gitignore
|
||||
\.gitmodules
|
||||
|
||||
.+~ # emacs backup files
|
||||
\#.*\# # emacs autosave files
|
||||
|
||||
^/README.*
|
||||
^/LICENSE.*
|
||||
^/COPYING
|
||||
|
||||
# Ignore any directory literally named 'agent'
|
||||
^agent$
|
||||
Loading…
Add table
Add a link
Reference in a new issue