Hi I would like to exclude the following files from git by adding them to .gitignore.
,---- | EnergyBalance.org[*Org Src EnergyBalance.org[ R ]*<2>] | EnergyBalance.org[*Org Src EnergyBalance.org[ R ]*] | EnergyBalance.org[*Org Src fitLHC.wpLEL.single[ R ] *] `---- Actually, I would like to exclude all files which have the following pattern: EnergyBalance.org[SOMETEXT] I tried EnergyBalance.org[.] EnergyBalance.org[*] but none worked. Any suggestions? Thanks, Rainer -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
