diff options
author | Mauro Sardara <msardara+fdio@cisco.com> | 2017-04-13 11:58:24 +0200 |
---|---|---|
committer | Mauro Sardara <msardara+fdio@cisco.com> | 2017-04-13 12:23:36 +0000 |
commit | 0e2c1893b4cf0e31aec7b731162fcb235db459f3 (patch) | |
tree | cf2a1286e394f6eb31cdda2072def12b5717686c /.gitignore | |
parent | 8b0ac576c778b380ff341ce4022b4d1f83aa7021 (diff) |
Adding support for package creation.Vicn-v1.0
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
Change-Id: I852e4b669114cfedaa1bb4d82e970f9aa639919b
Signed-off-by: Mauro Sardara <msardara+fdio@cisco.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..fb2d4e25 --- /dev/null +++ b/.gitignore @@ -0,0 +1,32 @@ +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 +*.deb |