These directories didn't get added to .gitignore, but should be.
Details
Details
- Reviewers
chad cspeckmim - Commits
- Restricted Diffusion Commit
rPbe4752f05a70: (stable) Promote 2015 Week 41
rP3bccb0dcf2bc: Add custom Cows and Figlet directories to .gitignore
- Touched a dummy file in each directory.
- Ran git status.
- Didn't see the file show up.
Diff Detail
Diff Detail
- Repository
- rP Phabricator
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
In Git, at least, a file being tracked punches through the ignore list, so it un-ignores anything you've explicitly added to the repo by default. So the READMEs should work as desired (e.g., if I change one, git does pick up the change, even though it's technically covered by a .gitignore pattern).
Comment Actions
Ah ok! Mercurial behaves similarly now that I think about it -- It's caused confusion previously when certain developers manually added .DS_Store turds when all should be ignored by .hgignore.
Comment Actions
Oh and I didn't mean to suggest /*.cow but rather /resources/cows/custom/*.cow -- there must be blessed cows in the repository.
Comment Actions
Personally I'd prefer this:
resources/cows/custom/.gitignore
*
resources/figlet/custom/.gitignore
*
But I have no idea why...
Comment Actions
__ ___ _ _ _ __ _
\ \ / / |__ __ _| |_ | |_| |__ ___ / _(_) __ _
\ \ /\ / /| '_ \ / _` | __| | __| '_ \ / _ \ | |_| |/ _` |
\ V V / | | | | (_| | |_ | |_| | | | __/ | _| | (_| |
\_/\_/ |_| |_|\__,_|\__| \__|_| |_|\___| |_| |_|\__, |
|___/