[anaconda] Really add .gitignore this time

Brian C. Lane bcl at fedoraproject.org
Thu Jul 3 01:08:18 UTC 2014


commit 690b35c45178d1c3be55172e921f21b45dbf82f0
Author: Brian C. Lane <bcl at redhat.com>
Date:   Wed Jul 2 18:07:36 2014 -0700

    Really add .gitignore this time
    
    git add -u didn't actually add it. Had to do git add .gitignore

 .gitignore |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 91f2726..848799e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
 /anaconda-21.43.tar.bz2
 /anaconda-21.44.tar.bz2
 /anaconda-21.45.tar.bz2
+/anaconda-21.46.tar.bz2


More information about the scm-commits mailing list