Browse Source

Merge pull request #271 from dubslow/master

minutiae
pull/273/head
Tux3 / Mlkj / !Lev.uXFMLA 11 years ago
parent
commit
5773996e15
  1. 6
      .gitignore
  2. 4
      bootstrap.sh

6
.gitignore vendored

@ -1,2 +1,8 @@ @@ -1,2 +1,8 @@
*.pro.user*
libs
*.o
moc_*
ui_*
qrc_*
Makefile
qtox

4
bootstrap.sh

@ -147,6 +147,10 @@ fi @@ -147,6 +147,10 @@ fi
popd
if [[ $GLOBAL = "true" ]]; then
sudo ldconfig
fi
############### cleanup step ###############
# remove cloned repositories
if [[ $KEEP = "false" ]]; then

Loading…
Cancel
Save