]> git.openfabrics.org - compat-rdma/compat-rdma.git/commitdiff
ofed_makedist.sh: Remove .gitignore
authorVladimir Sokolovsky <vlad@mellanox.com>
Tue, 20 Mar 2012 16:34:21 +0000 (18:34 +0200)
committerVladimir Sokolovsky <vlad@mellanox.com>
Tue, 20 Mar 2012 16:34:21 +0000 (18:34 +0200)
.gitignore removed to track all changes in package directories created by
ofed_makedist.sh

Signed-off-by: Vladimir Sokolovsky <vlad@mellanox.com>
ofed_scripts/ofed_makedist.sh

index d85fd3b72ea302ed466d163d6fff164f9aab648d..a970cb592034d1b2dab3cf735087979d8506fb87 100755 (executable)
@@ -56,7 +56,7 @@ do
                ex "" chmod -R u+rw .pc
                ex "" chmod -R o+r .pc
        fi
-       ex "" rm -fr .git
+       ex "" rm -fr .git .gitignore
        ex "" git init-db
        ex "" git add .
        ex "" git commit -s -m\"${project}-${backport}: Initial commit based on $project git: $version\"