From f18e690ec1a95de606c46fc512372efb5713c4f9 Mon Sep 17 00:00:00 2001 From: "Pedro M. Sosa" Date: Sun, 19 Feb 2017 21:43:08 -0800 Subject: [PATCH 1/2] [Python Gitignore] Ignore Sage's parsed files Ignore Sage's parsed files (*.sage.py) that are left after running a .Sage program. --- Python.gitignore | 3 +++ 1 file changed, 3 insertions(+) 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 From 018c091310953d7f6b625f6c5a6369d87c3b042b Mon Sep 17 00:00:00 2001 From: "Pedro M. Sosa" Date: Sun, 19 Feb 2017 23:52:08 -0800 Subject: [PATCH 2/2] Update Python.gitignore --- Python.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Python.gitignore b/Python.gitignore index 6f400bfb..62c1e736 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -76,7 +76,7 @@ target/ # celery beat schedule file celerybeat-schedule -#Sage parsed files +# SageMath parsed files *.sage.py # dotenv