aboutsummaryrefslogtreecommitdiffstats
path: root/Python.gitignore
diff options
context:
space:
mode:
authorPedro M. Sosa <sosavpm@gmail.com>2017-02-19 21:43:08 -0800
committerGitHub <noreply@github.com>2017-02-19 21:43:08 -0800
commitf18e690ec1a95de606c46fc512372efb5713c4f9 (patch)
tree2d66bfcf16ab8a8b14d86607338ea3751d9cb6e1 /Python.gitignore
parent3af1c2901fe89a2a75b6669a73b0a13e3f036182 (diff)
downloadgitignore-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.gitignore3
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