Added .ssh folder and files other than agent (not needed)

This commit is contained in:
ManOfGoldForever 2025-11-12 19:45:04 -05:00
parent 079a501fc9
commit 62f7a4728a
5 changed files with 39 additions and 0 deletions

26
.stow-global-ignore Normal file
View 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$