Re: [Django] #14680: Add a file to ignore unnecessary and compiled files from various version control systems

2010-11-28 Thread Django
#14680: Add a file to ignore unnecessary and compiled files from various version
control systems
+---
  Reporter:  thejaswi_puthraya  | Owner:  nobody
  
Status:  reopened   | Milestone:
  
 Component:  Core framework |   Version:  SVN   
  
Resolution: |  Keywords:  sprintnov13, 
gitignore, hgignore
 Stage:  Unreviewed | Has_patch:  1 
  
Needs_docs:  0  |   Needs_tests:  0 
  
Needs_better_patch:  0  |  
+---
Comment (by adamv):

 ``*~`` is an editor backup file, and this kind of thing (for Git at least)
 should go into your global git-ignore instead of into every project.
 ``*.py[co]``  should also go in the global git-ignore, since you don't
 want these files checked in for any project.

 ``docs/_build/`` should be ignored (generated documentation.)

 I also like to ignore "*.diff", since these are files I generate to attach
 to tickets, and don't want them checked back in to my git branch.

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

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



Re: [Django] #14680: Add a file to ignore unnecessary and compiled files from various version control systems

2010-11-14 Thread Django
#14680: Add a file to ignore unnecessary and compiled files from various version
control systems
+---
  Reporter:  thejaswi_puthraya  | Owner:  nobody
  
Status:  reopened   | Milestone:
  
 Component:  Core framework |   Version:  SVN   
  
Resolution: |  Keywords:  sprintnov13, 
gitignore, hgignore
 Stage:  Unreviewed | Has_patch:  1 
  
Needs_docs:  0  |   Needs_tests:  0 
  
Needs_better_patch:  0  |  
+---
Changes (by thejaswi_puthraya):

  * status:  closed => reopened
  * resolution:  invalid =>

Comment:

 I created this ticket on a discussion with jezdez during the sprint. So
 please leave it open till further discussion.

 About trac not able to read the patch, the raw version of the ticket reads
 fine. So the patch seems to be alright.

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

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



Re: [Django] #14680: Add a file to ignore unnecessary and compiled files from various version control systems

2010-11-13 Thread Django
#14680: Add a file to ignore unnecessary and compiled files from various version
control systems
+---
  Reporter:  thejaswi_puthraya  | Owner:  nobody
  
Status:  closed | Milestone:
  
 Component:  Core framework |   Version:  SVN   
  
Resolution:  invalid|  Keywords:  sprintnov13, 
gitignore, hgignore
 Stage:  Unreviewed | Has_patch:  1 
  
Needs_docs:  0  |   Needs_tests:  0 
  
Needs_better_patch:  0  |  
+---
Changes (by pandres):

  * status:  new => closed
  * resolution:  => invalid

Comment:

 I don't think that belongs to the source code. Also, check that trac's
 diff view doesn't knows how to read your patch and the file names are
 missing.

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

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



Re: [Django] #14680: Add a file to ignore unnecessary and compiled files from various version control systems

2010-11-13 Thread Django
#14680: Add a file to ignore unnecessary and compiled files from various version
control systems
+---
  Reporter:  thejaswi_puthraya  | Owner:  nobody
  
Status:  new| Milestone:
  
 Component:  Core framework |   Version:  SVN   
  
Resolution: |  Keywords:  sprintnov13, 
gitignore, hgignore
 Stage:  Unreviewed | Has_patch:  1 
  
Needs_docs:  0  |   Needs_tests:  0 
  
Needs_better_patch:  0  |  
+---
Changes (by thejaswi_puthraya):

  * needs_better_patch:  => 0
  * needs_tests:  => 0
  * needs_docs:  => 0

Comment:

 Added the following globs currently:

 {{{
 *.pyc
 *.pyo
 *~
 *.swp
 }}}

 The last being temporary files added by emacs and vi.

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

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



[Django] #14680: Add a file to ignore unnecessary and compiled files from various version control systems

2010-11-13 Thread Django
#14680: Add a file to ignore unnecessary and compiled files from various version
control systems
--+-
 Reporter:  thejaswi_puthraya |   Owner:  nobody
   Status:  new   |   Milestone:
Component:  Core framework| Version:  SVN   
 Keywords:  sprintnov13, gitignore, hgignore  |   Stage:  Unreviewed
Has_patch:  1 |  
--+-
 Now that django has official mirrors for git and mercurial.

 It makes sense to add .gitignore and .hgignore files to the source at this
 point of time to prevent accidental files from getting added to the
 source.

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

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