mindboards / ev3sources

LEGO MINDSTORMS EV3 source code
http://botbench.com/blog/2013/07/31/lego-mindstorms-ev3-source-code-available/
446 stars 178 forks source link

Please Update .gitignore #11

Closed tcwan closed 11 years ago

tcwan commented 11 years ago

Please add '.DS_Store' to the .gitignore file. This is generated by Mac OS X.

sheabunge commented 11 years ago

We can add this to the file, but you might also want to create a global .gitignore and add .DS_Store to that.

tcwan commented 11 years ago

Thanks. Your solution is better. I didn't know that I can create a global .gitignore file...