Issue 2355 in sympy: Should we .gitignore .patch and .rej files?

2011-05-08 Thread sympy
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 05bd57e2a7d7b6e4f52d67d8

Re: Issue 2355 in sympy: Should we .gitignore .patch and .rej files?

2011-05-08 Thread sympy
Comment #1 on issue 2355 by matt...@gmail.com: Should we .gitignore .patch and .rej files? http://code.google.com/p/sympy/issues/detail?id=2355 Those can be easily excluded per repository basis in `.git/info/exclude`. -- You received this message because you are subscribed to the Google Grou

Re: Issue 2355 in sympy: Should we .gitignore .patch and .rej files?

2011-05-09 Thread sympy
Comment #2 on issue 2355 by asmeurer: Should we .gitignore .patch and .rej files? http://code.google.com/p/sympy/issues/detail?id=2355 To me, anything in .gitignore should be something that you wouldn't mind deleting with ./setup.py clean or make clean (i.e., they can just be regenerated)

Re: Issue 2355 in sympy: Should we .gitignore .patch and .rej files?

2011-05-09 Thread sympy
Comment #3 on issue 2355 by matt...@gmail.com: Should we .gitignore .patch and .rej files? http://code.google.com/p/sympy/issues/detail?id=2355 tags -> vim / ctags dist -> setup.py dist my -> ;) -- You received this message because you are subscribed to the Google Groups "sympy-issues" gr

Re: Issue 2355 in sympy: Should we .gitignore .patch and .rej files?

2011-05-18 Thread sympy
Updates: Labels: NeedsReview asmeurer Comment #4 on issue 2355 by asmeurer: Should we .gitignore .patch and .rej files? http://code.google.com/p/sympy/issues/detail?id=2355 See https://github.com/sympy/sympy/pull/323. I just removed *.patch and *.rej. Are tags, dist, and my all thin

Re: Issue 2355 in sympy: Should we .gitignore .patch and .rej files?

2011-08-15 Thread sympy
Updates: Status: Fixed Labels: -NeedsReview PassedReview Comment #5 on issue 2355 by vlada.pe...@gmail.com: Should we .gitignore .patch and .rej files? http://code.google.com/p/sympy/issues/detail?id=2355 This got in way back when, closing as Fixed. -- You received this messa