the category like:
/Script/tiu_adfsfdfdsff.js
/Script/tiu_adfsfdfdsff.js
...
/CSS/tiu_adfsfdfdsff.css
/CSS/tiu_adfsfdfdsff.css
...
i want to ignore contain “tiu” files
my .gitignore files is:
CSS/tiu*.css
Script/tiu*.js
but it don’t work?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
if you want to ignore all the tiu* files, use a global pattern (without specifying the directory at first):
If this does not work, here are the rules for patterns:
http://git-scm.com/docs/gitignore