Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit254d04a

Browse files
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

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

‎.gitignore‎

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
*.pyc
2-
lib/GitPython.egg-info
1+
*.py[co]
2+
/lib/GitPython.egg-info
3+
/build

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2026 Movatter.jp