satyagraha / gfm_viewer

An Eclipse plugin providing an accurate view of GitHub Flavored Markdown (.md) files
95 stars 27 forks source link

[queston] How to .gitignore #6

Closed paulvi closed 11 years ago

paulvi commented 11 years ago

Currently temp html files get . in the beginning. That is good, because Eclipse by default don't show such files. Those files should never be committed into git repository, so I added /.* to .gitignore. However .gitignore also starts with . (dot), so how to commit .gitignore now? I maybe just don't know some EGit or git way to do that.

satyagraha commented 11 years ago

The pattern you need is .*.md.html.

paulvi commented 11 years ago

It is genius. :+1:

Well, working late at night creates really silly questions.

satyagraha commented 11 years ago

All questions are welcome - I do appreciate your input to this project, it has helped take it forward considerably :)