git.droids-corp.org
/
dpdk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
48e16ad
)
git: ignore python bytecode files
author
Bruce Richardson
<bruce.richardson@intel.com>
Mon, 11 Mar 2019 10:57:30 +0000
(10:57 +0000)
committer
Thomas Monjalon
<thomas@monjalon.net>
Wed, 13 Mar 2019 10:53:20 +0000
(11:53 +0100)
After you run a python script, a .pyc file is often left behind,
which we don't want to track in git.
Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
.gitignore
patch
|
blob
|
history
diff --git
a/.gitignore
b/.gitignore
index
b23e1db
..
eb3c237
100644
(file)
--- a/
.gitignore
+++ b/
.gitignore
@@
-16,3
+16,6
@@
GPATH
GRTAGS
tags
TAGS
+
+# ignore python bytecode files
+*.pyc