39 lines
531 B
Plaintext
39 lines
531 B
Plaintext
# 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.*
|
|
^/readme.*
|
|
^/LICENSE.*
|
|
^/COPYING
|
|
|
|
# extra stuff not part of configs
|
|
install.sh
|
|
assets
|
|
|
|
# NOTE:
|
|
# do not symlink configs for packages currently not in use
|
|
# comment stuff from here if using in future maybe
|
|
.clang-format
|
|
.bash_profile
|
|
^/alacritty*
|
|
^/skhd*
|
|
^/sketchybar*
|
|
^/yabai*
|