[PATCH] D108057: [Flang] Add compiled python modules to .gitignore

Michael Kruse via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 18 08:53:36 PDT 2021


Meinersbur added a comment.

The patch should not do harm and seems to be useful to some, so I am approving it. Although I think it is redundant (that is, most of the entries in this file) with what the top-level .gitignore <https://github.com/llvm/llvm-project/blob/main/.gitignore> already contains.



================
Comment at: flang/.gitignore:26
+# Byte compiled python modules.
+__pycache__
+*.pyc
----------------
Adding a trailing `/` indicates to git to apply the rules to directories.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D108057/new/

https://reviews.llvm.org/D108057



More information about the llvm-commits mailing list