grzesiek-galezowski / tdd-ebook

Test-Driven Development - Extensive Tutorial. Open Source ebook
https://leanpub.com/tdd-ebook
Other
361 stars 57 forks source link

Exclude backup files ending with ~ from repository. #42

Closed martinmoene closed 9 years ago

martinmoene commented 9 years ago

Add a line containing just *~ to .gitignore.

Remove the following files from the root folder:

Stackoverflow. git creates files ending in ~? (misleading title).

grzesiek-galezowski commented 9 years ago

should be OK now. Thanks!