Hacker News new | past | comments | ask | show | jobs | submit login

Haha, true. Although not a problem I've got at the moment. Couldn't you just compile into a directory, and exclude that directory?

You bring up an interesting point though, I wonder if there's any kind of hack you could do to the dropbox config files to alter that?




Even if you hacked up the makefile to move the object files, there's still a hell of a lot of junk generated when compiling a typical large C project. Dropbox needs something like git ignore files:

http://help.github.com/ignore-files/


Or you could do an out-of-source build, which is cleaner anyway. CMake and autoconfiscated projects support this by default.




Consider applying for YC's Spring batch! Applications are open till Feb 11.

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

Search: