[copr] master: Improve the gitignore to ignore .pyo and .swp files (ba4bf02)

bkabrda at fedoraproject.org bkabrda at fedoraproject.org
Tue Jan 22 09:09:59 UTC 2013


Repository : http://git.fedorahosted.org/cgit/copr.git

On branch  : master

>---------------------------------------------------------------

commit ba4bf02f6a4fe7580c5ab8a237b4450d83bdad8e
Author: Bohuslav Kabrda <bkabrda at redhat.com>
Date:   Tue Jan 22 10:06:27 2013 +0100

    Improve the gitignore to ignore .pyo and .swp files


>---------------------------------------------------------------

 .gitignore |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore
index 0d20b64..0c750bb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,3 @@
 *.pyc
+*.pyo
+*.swp



More information about the copr-devel mailing list