<snip>

Now that we have the repository, let's revisit the .gitignore file that I
removed from svn. IIRC, Stefan complained and Pauli more or less agreed with
the removal. However, after browsing about the net, the suggested policy is
that files that should be excluded in all the clones of the repository
should go in .gitignore and local exclusions should go in .git/info/exclude.
So it seems we should commit a .gitignore file just to help avoid accidental
additions. As a start, I suggest the following contents:

*.o
*.a
*.pyc
*.swp
*~
build

Thoughts?

Chuck
_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to