git ignore

This commit is contained in:
David Chen 2019-05-20 14:48:11 -07:00
parent f592e0c290
commit a928e86793

11
.gitignore vendored Normal file
View file

@ -0,0 +1,11 @@
# ignore everything
/*
/*/
# ... but these:
!/i3/
!/polybar/
!/ranger/
!/.Xmodmap
!/.zshrc
!/.gitignore