kaxil commented on a change in pull request #7175: [AIRFLOW-6568] Add some more entries (Emacs related files and yarn.lock) to .gitignore URL: https://github.com/apache/airflow/pull/7175#discussion_r367079732
########## File path: .gitignore ########## @@ -129,6 +129,11 @@ ENV/ # vim *.swp +# Emacs +*.~ +*#*# +*.#* Review comment: Does the following list cover all the needed files for you? ``` *~ \#*\# /.emacs.desktop /.emacs.desktop.lock *.elc auto-save-list tramp .\#* ``` Those are from https://github.com/github/gitignore/blob/master/Global/Emacs.gitignore ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
