projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c1ab819
)
build-sys: ignore Python 2 bytecode files
author
Zbigniew Jędrzejewski-Szmek
<zbyszek@in.waw.pl>
Sat, 27 Feb 2016 15:35:46 +0000
(10:35 -0500)
committer
Zbigniew Jędrzejewski-Szmek
<zbyszek@in.waw.pl>
Sat, 5 Mar 2016 02:45:45 +0000
(21:45 -0500)
We ignored __pycache__ which works for Python 3, but the rule
for Python 2 got lost somehow.
.gitignore
patch
|
blob
|
history
diff --git
a/.gitignore
b/.gitignore
index 162160ef215163dc0f0c87c44f09bc1907459953..ddb630b1643bcdfdd41fcf8c3cf170c12dd29845 100644
(file)
--- a/
.gitignore
+++ b/
.gitignore
@@
-280,6
+280,7
@@
/v4l_id
Makefile.in
__pycache__/
+*.py[co]
aclocal.m4
config.h
config.h.in