I want to add emacs autosave files to my .gitignore with the glob #*#
but of course, lines starting with a hash are comment lines.
How can I get this into my .gitignore without it being treated as a comment?
ADHD is the official, medical term for the condition — regardless of whether a patient demonstrates symptoms of hyperactivity. ADD is a now-outdated term that is typically used to describe inattentive-type ADHD, which has symptoms including disorganization, lack of focus, and forgetfulness.
What Is ADD (Attention Deficit Disorder)? ADD (attention deficit disorder) is the term commonly used to describe a neurological condition with symptoms of inattention, distractibility, and poor working memory.
Did you try
\#*#
Since 1.6.2, \
should be supported in .gitignore
(see this patch)
To be precise, 1.6.2.1 (March 2009)
.gitignore
learned to handle backslash as a quoting mechanism for comment introduction character "#
".
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With