Is there a way to make bazaar to ignore all executable files under Linux? They don’t have a particular extension, so I’m not able to accomplish this with regexp.
Thank you very much.
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 all your executables were under a certain directory, you can ignore the directory content (eg.
bzr ignore "mybindir/*"). I realize this isn’t exactly what you want, but other than bialix’s work around I don’t think there is a better answer at the moment. It might be possible in future to add a keyword likeEXECUTABLE:to the.bzrignorefile which will indicate what you need. Even better would be to be able to chain them eg.EXECUTABLE:RE:someprefix.+.