gitignore: clean up
ClosedPublic

Authored by kparal on Feb 26 2015, 10:40 AM.

Details

Summary

Clean unnecessary items. Most of them were included in the file in the
initial push and they don't seem to be relevant anymore.

I tried to go through all our documented workflows for unit testing, docs documentation, package building, virtualenv management, etc etc. All of those should be covered by the ignore keywords I left in. If I have removed something you actively use and want ignored, please shout (or we will add it back in later). I mainly wanted to remove the cruft that nobody knows why it is included, and use more defensive approach for known keywords (full path instead of a global wildcard where appropriate).

Test Plan

none needed

Diff Detail

Repository
rLTRN libtaskotron
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
kparal retitled this revision from to gitignore: clean up.Feb 26 2015, 10:40 AM
kparal updated this object.
kparal edited the test plan for this revision. (Show Details)
kparal added reviewers: tflink, jskladan, mkrizek.
kparal updated this revision to Diff 813.Feb 26 2015, 10:53 AM
  • gitignore: ignore vim swap files
kparal updated this revision to Diff 814.Feb 26 2015, 10:55 AM
  • gitignore: end directories with a slash
This revision is now accepted and ready to land.Feb 26 2015, 11:06 AM
mkrizek accepted this revision.Feb 26 2015, 11:26 AM
tflink accepted this revision.Feb 26 2015, 1:42 PM

WFM, we can always add stuff back if it becomes a problem

This revision was automatically updated to reflect the committed changes.