Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork966
Commit254d04a
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 iscustomary for setuptools to use that directory for builds.Signed-off-by: David Aguilar <davvid@gmail.com>1 parent27ceafb commit254d04a
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
Comments
(0)