packaging/deb: add prepare_deb_freerdp-nightly.sh

* this script is used to prepare the source tree for freerdp-nightly
 packaing
* update .gitignore accordingly
This commit is contained in:
Bernhard Miklautz 2015-01-22 00:03:19 +01:00
parent 7d90b19328
commit 05f2872520
2 changed files with 16 additions and 10 deletions

23
.gitignore vendored
View File

@ -27,16 +27,6 @@ include/freerdp/version.h
*_dummy.c
*_dummy.c.base
# Packages
*.zip
*.exe
*.sh
*.deb
*.rpm
*.dmg
*.tar.Z
*.tar.gz
# Eclipse
*.project
*.cproject
@ -128,3 +118,16 @@ default.log
# etags
TAGS
# generated packages
*.zip
*.exe
*.sh
*.deb
*.rpm
*.dmg
*.tar.Z
*.tar.gz
# packaging related files
!packaging/scripts/prepare_deb_freerdp-nightly.sh

View File

@ -0,0 +1,3 @@
#!/bin/sh
ln -s packaging/deb/freerdp-nightly debian