When I work with Emacs it create temporary files like #foo.txt# how can I add pattern to .gitignore that will ignore those files (# is interpreted by git as comment in .gitignore)
When I work with Emacs it create temporary files like #foo.txt# how can I
Share
Try escaping the
#character:I hope this helps.