Status: Accepted
Owner: asmeurer
Labels: Type-Defect Priority-Medium

New issue 2355 by asmeurer: Should we .gitignore .patch and .rej files?
http://code.google.com/p/sympy/issues/detail?id=2355

We currently .gitignore .patch and .rej files because of this commit:

commit 05bd57e2a7d7b6e4f52d67d883768bc02e818ddc
Author: Chris Smith <smi...@gmail.com>
Date:   Fri Dec 4 13:23:58 2009 +0100

    update .gitignore

diff --git a/.gitignore b/.gitignore
index acc304e..ba1f70d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,8 +1,11 @@
+*.patch
+*.rej
 *.pyc
 *.pyo
 *.swp
 tags

+my/
 dist/
 build/

Should we be doing this? It seems like a bad practice. Right now, I have a bunch of .patch files floating around my local clone that normally git would bug me about, but now it isn't.

--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To post to this group, send email to sympy-issues@googlegroups.com.
To unsubscribe from this group, send email to 
sympy-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sympy-issues?hl=en.

Reply via email to