summaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)Author
2018-02-13Add usage notesKรฉvin Le Gouguec
And simplify .gitignore. I originally added !/.* to make sure committed dotfiles would still appear in git status, but that's not necessary: > Files already tracked by Git are not affected > โ€• gitignore(5) The only downside is that to start tracking new dotfiles, git add will need --force.
2018-02-13Stick a .gitignore in thereKรฉvin Le Gouguec
Still a lot of "untracked" files showing up in git status, but that's a start.