From: Mark Wooding Date: Thu, 26 May 2016 08:26:09 +0000 (+0100) Subject: .gitignore, utils/.gitignore: Change Sage ignore rules. X-Git-Tag: 2.4.0~38^2~6 X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/commitdiff_plain/b45877de6cf776dbbd38f9d9290df80b15a46e9c .gitignore, utils/.gitignore: Change Sage ignore rules. It seems Sage now makes `.sage.py' files instead of plain `.py'. This is a much better idea, and it means that we can have a single rule to ignore all of them. --- diff --git a/.gitignore b/.gitignore index d8ded004..fbea99bb 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,7 @@ progs/getdate.h progs/getdate.y symm/modes.am symm/stubs.am +*.sage.py *.t *.to /symm/safersk.h diff --git a/utils/.gitignore b/utils/.gitignore deleted file mode 100644 index cc9cc67d..00000000 --- a/utils/.gitignore +++ /dev/null @@ -1 +0,0 @@ -ec-compr-test.py