Fix dotfiles structure
This commit is contained in:
30
.stow-local-ignore
Normal file
30
.stow-local-ignore
Normal file
@@ -0,0 +1,30 @@
|
||||
# ~./dotfiles/.stow.local.ignore: Files to be ignored by gnu 'stow'
|
||||
#
|
||||
# Comments and blank lines are allowed.
|
||||
#
|
||||
# See 'info stow' section "4 Ignore Lists" for more information
|
||||
|
||||
RCS
|
||||
.+,v
|
||||
|
||||
CVS
|
||||
\.\#.+ # CVS conflict files / emacs lock files
|
||||
\.cvsignore
|
||||
|
||||
\.svn
|
||||
_darcs
|
||||
\.hg
|
||||
|
||||
\.git
|
||||
\.gitignore
|
||||
|
||||
.+~ # emacs backup files
|
||||
\#.*\# # emacs autosave files
|
||||
|
||||
^/README.*
|
||||
^/LICENSE.*
|
||||
^/COPYING
|
||||
|
||||
scripts # scripts directory to be ignored
|
||||
shell # various shell configurations need not be stowed.
|
||||
.DS_store
|
||||
Reference in New Issue
Block a user