git - gitignore file but not folder -


i have folder named format

*.*.*.*.log 

i want ignore *.log files entry

*.log  

in gitignore ignoring whole folder.

how ignore *.log files not *.log directories?

after digging found

/*.log 

will trick.


Comments

Popular posts from this blog

ubuntu - How to disable Kernel Module Signing in linux -

java - Ebean enhancement ignores a model -

How to combine associative arrays in bash? -