Add .gitignore, to allow the dotfiles repository to reside in the home directory instead of using complicated symlinks
This commit is contained in:
parent
b89104fc1a
commit
f8a3a2ce70
1 changed files with 22 additions and 0 deletions
22
.gitignore
vendored
Normal file
22
.gitignore
vendored
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
*
|
||||||
|
|
||||||
|
!.gitignore
|
||||||
|
|
||||||
|
!.bash_aliases
|
||||||
|
!.bashrc
|
||||||
|
!.gitconfig
|
||||||
|
!.inputrc
|
||||||
|
!.xinitrc
|
||||||
|
!.Xmodmap
|
||||||
|
!.zshrc
|
||||||
|
!README.md
|
||||||
|
|
||||||
|
!.config/.compton.conf
|
||||||
|
!.config/fish
|
||||||
|
!.config/i3
|
||||||
|
!.config/nitrogen
|
||||||
|
!.config/polybar
|
||||||
|
|
||||||
|
!.gnupg/gpg-agent.conf
|
||||||
|
!.gnupg/gpg.conf
|
||||||
|
!.gnupg/sshcontrol
|
Loading…
Reference in a new issue