-
Notifications
You must be signed in to change notification settings - Fork 133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lots of missing leading slashes? #8
Comments
Yes, for .android you are right, but for others it is wise to skip those folders everywhere |
What about folders like
Are they ignored then too? |
no, why should they? only with
i'm not sure if that is true! since we are talking about a kind of backup, i'm just excluding concrete files/folders "i have already seen somewhere" and i'm sure to want to exclude them. |
Hi Ruben,
Thanks for sharing the list. It saved me quite some time today.
I noticed that some of the entries had a leading slash, while some didn't (e.g., there are entries of the form
/Downloads
, but also entries of the form.android
. I didn't know what this slash meant, but I looked it up (see for example this question on unix.stackexchange) and if I understand it correctly, more or less every entry should start with a slash: we (presumably) do not want to skip every folder containing.android
somewhere in its path, but we only want to skip/home/$USER/.android
, and that is what the slash is for.The text was updated successfully, but these errors were encountered: