#git bot interface
History of !gitignore_whitefile
- A global/directory .gitignore blacklist with specific file whitelist is trivial to specify in git, since files tracked by git are ignored by .gitignore. So simply make a .gitignore of "*" and then `git add -f filename` Those specific files will be tracked by git and show up in git status and friends.
By SethRobertson at 2011-12-25 18:47:32