summaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)Author
2018-02-13Remove .gitignoreKévin Le Gouguec
Adding a setup step feels marginally cleaner than having this dumb match-all .gitignore. 🤷
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.