potiuk commented on a change in pull request #7175: [AIRFLOW-6568] Add some more entries (Emacs related files) to .gitignore URL: https://github.com/apache/airflow/pull/7175#discussion_r367415247
########## File path: .gitignore ########## @@ -129,6 +129,16 @@ ENV/ # vim *.swp +# Emacs +*~ +\#*\# +/.emacs.desktop Review comment: And what does not help is most of the scaffolding where you generate .gitignore files already contains most of the "common" exclusions so adding them elsewhere seems inconsistent even if it avoids repetition. ---------------------------------------------------------------- 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
