diff --git a/conf/fdignore b/conf/fdignore index 3bc2838..d8f5bbf 100644 --- a/conf/fdignore +++ b/conf/fdignore @@ -1,29 +1,29 @@ -*.pyc -*.pyo -__pycache__ -*.a -*.o -*.bak -*.swp +# self +.fdignore +# swap files *~ -*.egg-info -.CFUserTextEncoding +*.swp +# config/temp files +.vim +.zsh +.cups +.local +.cache +.config +.lesshst +.hushlogin .zcompdump* .zsh_history -.CFUserTextEncoding +.zsh_sessions +# git .git -.fdignore -.gitignore -.DS_Store* -.hushlogin -.lesshst -._sync_* -.localized -.cache -/vim/.netrwhist -Music -Movies +# macOS specified +.Trash Library -Pictures -_venv -.terraform +.DS_Store* +.localized +*.musiclibrary +*.photoslibrary +.CFUserTextEncoding +# misc +Logs diff --git a/conf/gitignore b/conf/gitignore index a441bed..9facdb4 100644 --- a/conf/gitignore +++ b/conf/gitignore @@ -1,12 +1,4 @@ -*.pyc -*.pyo -__pycache__ -*.a -*.o -*.bak -*.swp *~ -*.egg-info +*.swp .DS_Store /vim/.netrwhist -.terraform