Tuesday, 10 September 2013

What is the difference between "py[cod]" and "pyc" in .gitignore notation?

What is the difference between "py[cod]" and "pyc" in .gitignore notation?

What is the difference (if any) between ".pyc" and ".py[cod]" notation in
ignoring files. I am noticing I have both on my git ignore file. Thanks

No comments:

Post a Comment