While trying to setup a dropbox folder with git, I saw a "Icon
" file which is not created by me. I try to ignore it in the ~/.gitignore file. But adding Icon
Icon
Icon?
won't work at all.
While trying to setup a dropbox folder with git, I saw a "Icon
" file which is not created by me. I try to ignore it in the ~/.gitignore file. But adding Icon
Icon
Icon?
won't work at all.
You can use vim as well.
vim .gitignore
Icon
, thenNow you should have Icon^M^M
and it's done :)
For a smarter use you could add it to your gitignore global config file in ~/.gitignore_global
.