diff options
author | Pedro M. Sosa <sosavpm@gmail.com> | 2017-02-19 21:43:08 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-19 21:43:08 -0800 |
commit | f18e690ec1a95de606c46fc512372efb5713c4f9 (patch) | |
tree | 2d66bfcf16ab8a8b14d86607338ea3751d9cb6e1 /Python.gitignore | |
parent | 3af1c2901fe89a2a75b6669a73b0a13e3f036182 (diff) | |
download | gitignore-f18e690ec1a95de606c46fc512372efb5713c4f9.tar.gz gitignore-f18e690ec1a95de606c46fc512372efb5713c4f9.zip |
[Python Gitignore] Ignore Sage's parsed files
Ignore Sage's parsed files (*.sage.py) that are left after running a .Sage program.
Diffstat (limited to 'Python.gitignore')
-rw-r--r-- | Python.gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Python.gitignore b/Python.gitignore index cf3102d6..6f400bfb 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -76,6 +76,9 @@ target/ # celery beat schedule file celerybeat-schedule +#Sage parsed files +*.sage.py + # dotenv .env |