We recently started using python to run some tests. The usage of a
common shared file creates compiled python modules in pycache
directory. Ignore this and any other compiled python files.
Details
Details
- Reviewers
Meinersbur awarzynski klausler
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
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 already contains.
flang/.gitignore | ||
---|---|---|
26 | Adding a trailing / indicates to git to apply the rules to directories. |
Adding a trailing / indicates to git to apply the rules to directories.