Closed Chocobo1 closed 8 years ago
Note the /*
- without the slash, the wildcard would also exclude everything within foo/bar. I expect to follow the existing patterns.
Note the /* - without the slash
Probably I updated or removed it, now that pattern does not exist.
I expect to follow the existing patterns.
If you mean to keep the existing patterns: As I said, that won't work if someone is doing a out-of-source build, which is a big & convenience feature for using cmake.
@Chocobo1 : We can explicitly mark the restrictions for out-of-source build. It is quite crucial, and we should discuss on chewing-devel@
mailing-list.
Good for me.
I usually build in a dir at
<project_root>/build
, the current .gitignore doesn't work properly for me.personal complains: why so obsessed with
/
? git applies the patterns to all dirs...