<feed xmlns='http://www.w3.org/2005/Atom'>
<title>GitPython/.gitignore, branch 0.1.5</title>
<subtitle>Forked from https://github.com/gitpython-developers/GitPython</subtitle>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/'/>
<entry>
<title>Added /dist to .gitignore</title>
<updated>2008-06-13T18:39:52+00:00</updated>
<author>
<name>Sverre Rabbelier</name>
<email>sverre@rabbelier.nl</email>
</author>
<published>2008-06-11T17:35:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=9b63b3bc493a4a44ba1d857c78e4496e40f1d7b8'/>
<id>9b63b3bc493a4a44ba1d857c78e4496e40f1d7b8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>gitignore: add ignores for common emacs and vim temporary files</title>
<updated>2008-05-30T00:54:35+00:00</updated>
<author>
<name>David Aguilar</name>
<email>davvid@gmail.com</email>
</author>
<published>2008-05-30T00:54:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=e7252e217fe6d8f05dd50f6e125c33a1c6fff602'/>
<id>e7252e217fe6d8f05dd50f6e125c33a1c6fff602</id>
<content type='text'>
vim saves temporary data in $FILENAME.swp.
emacs saves backups in $FILENAME~.

.gitignore now ignores all of these entries.

Signed-off-by: David Aguilar &lt;davvid@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
vim saves temporary data in $FILENAME.swp.
emacs saves backups in $FILENAME~.

.gitignore now ignores all of these entries.

Signed-off-by: David Aguilar &lt;davvid@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>gitignore: ignore eggs, .pyo's and /build</title>
<updated>2008-05-29T04:25:15+00:00</updated>
<author>
<name>David Aguilar</name>
<email>davvid@gmail.com</email>
</author>
<published>2008-05-29T04:25:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=254d04aa3180eb8b8daf7b7ff25f010cd69b4e7d'/>
<id>254d04aa3180eb8b8daf7b7ff25f010cd69b4e7d</id>
<content type='text'>
This commit sets up .gitignore so that it properly ignores both
.pyo and .pyc files.

The egg path was updated so that it is prepended with a "/".

"/build" was added to the list of ignored paths since it is
customary for setuptools to use that directory for builds.

Signed-off-by: David Aguilar &lt;davvid@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit sets up .gitignore so that it properly ignores both
.pyo and .pyc files.

The egg path was updated so that it is prepended with a "/".

"/build" was added to the list of ignored paths since it is
customary for setuptools to use that directory for builds.

Signed-off-by: David Aguilar &lt;davvid@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>added .gitignore to ignore *.pyc files and the egg-info stuff.</title>
<updated>2008-05-20T13:48:12+00:00</updated>
<author>
<name>Florian Apolloner</name>
<email>florian@apollo13.(none)</email>
</author>
<published>2008-05-20T13:48:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=1dc09f0ece61ef2bd629e8bfe532aa24f4f8e0c2'/>
<id>1dc09f0ece61ef2bd629e8bfe532aa24f4f8e0c2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
