diff options
author | Mauro Sardara <msardara+fdio@cisco.com> | 2017-04-13 11:51:02 +0200 |
---|---|---|
committer | Mauro Sardara <msardara+fdio@cisco.com> | 2017-04-13 13:11:14 +0200 |
commit | 92474b0c5c792d418a00d09a6adfaf94ac70d52b (patch) | |
tree | a1e1cd5d4c86df780d2156b14a6a65c3c1de4834 /cicn-plugin/.gitignore | |
parent | d38c9d90331df6e049d98ca48b85f68eeb31ddce (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
Change-Id: Ifa8564eda8d7b1f39ea3250500d78b6873072959
Signed-off-by: Mauro Sardara <msardara+fdio@cisco.com>
Diffstat (limited to 'cicn-plugin/.gitignore')
-rw-r--r-- | cicn-plugin/.gitignore | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/cicn-plugin/.gitignore b/cicn-plugin/.gitignore new file mode 100644 index 00000000..b354d71a --- /dev/null +++ b/cicn-plugin/.gitignore @@ -0,0 +1,31 @@ +build/ +======= +liblongbow*tar.gz +lib +bin +include +*.o +*.lo +*.a +*.la +.libs +a.out +.DS_Store +.gcda +.gcno +.dSYM +autom4te.cache +config.h +config.log +config.status +stamp-h1 +*.trs +Makefile +.deps +*.pyc +.dirstamp +*.swp +libtool +*~ +*.pyc +.idea |