diff options
author | Mauro Sardara <msardara+fdio@cisco.com> | 2017-04-13 11:44:29 +0200 |
---|---|---|
committer | Mauro Sardara <msardara+fdio@cisco.com> | 2017-04-13 11:26:36 +0000 |
commit | b68074b143fb9f97200695473b841fe77fbf8cf8 (patch) | |
tree | a575cbb5b7084f376cf1b3de85403b7ed7f08621 /libparc/.gitignore | |
parent | 95f1b293278529955c0bc0c29524ab979c4ce847 (diff) |
Adding support for package creation.
The script for creating the package is scripts/build-package.sh, and it will create the correct package depending
on the OS and the architecture users are running on.
Supported OS: Ubuntu 16.04, Ubuntu 14.04 and Centos7
Change-Id: I72bde4808067cd1dd80bb389b690d49e1b643f87
Signed-off-by: Mauro Sardara <msardara+fdio@cisco.com>
Diffstat (limited to 'libparc/.gitignore')
-rw-r--r-- | libparc/.gitignore | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libparc/.gitignore b/libparc/.gitignore index c4d2eae4..926b1a2c 100644 --- a/libparc/.gitignore +++ b/libparc/.gitignore @@ -57,8 +57,6 @@ test_parc_URIPath test_parc_URIAuthority test_parc_URISegment -VERSION - parc/parcLibrary_About.c parc/parcLibrary_About.h parc/parc_About.c |