Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Happy to see projects like this pop up! As a long-time go user, these types of fundamental projects really are what drove the community early on.


Thanks! Was lucky enough to be able to use Rust for a production application, and hope it can be useful to others in providing the tedious mundane parts of socket server building :)


Nice work! But you may want to remove src/#lib.rs# :)


Thanks! Yeah, only a few days into using emacs. I keep forgetting about those files.


Just use this as your .gitignore file for every project https://github.com/github/gitignore/blob/master/Global/Emacs...


Really such editor-related gitignore entries should go in the user's core.excludesfile, not repository's .gitignore

Its unlikely that anyone would try to make a file that conflicts with an editor-related gitignore entry, but it's nice to have the .gitignore file cleanly delineate exactly what garbage the build system and application create, without being cluttered up with entries for every editor that any developer might ever use.

http://stackoverflow.com/questions/7335420/global-git-ignore




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: