gitignore - make git commit all files of specific type except for a couple -
how can make git commit files of 1 type, *.el except .el files named. so, have following, *.el seems overriding .el files name specifically,
* ignoreme.el ignoremetoo.el !.gitignore !*.el i have tried putting files ignore after *.el well, no dice.
edit there many other files/directories need ignored , reason *
so put wildcards front , exceptions later.
Comments
Post a Comment