dotfiles/.gitignore
2018-08-15 12:10:06 +02:00

42 lines
478 B
Plaintext

# ignore everything except the gitignore file
/*
!.gitignore
# ignore cache files
cache
Cache
# ignore log files
*log
# zsh config files
!/.zshrc
!/.zprofile
# git config file
!/.gitconfig
# only add selected config files
!/.config
/.config/*
# mpv config file
!/.config/mpv
/.config/mpv/*
!/.config/mpv/mpv.conf
# compton config file
!/.config/compton.conf
# whipper config files
!/.config/whipper
# tmux config file
!/.tmux.conf
# pypirc
!/.pypirc
# vimrc
!/.vimrc