Commit 254d04a
committed
gitignore: ignore eggs, .pyo's and /build
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 <davvid@gmail.com>1 parent 27ceafb commit 254d04a
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
0 commit comments