diff options
author | Luca Muscariello <lumuscar+fdio@cisco.com> | 2017-04-13 13:18:24 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@fd.io> | 2017-04-13 13:18:24 +0000 |
commit | 1e06f9a9e3fdd9a6f2f0b56fa8ece4994af555e0 (patch) | |
tree | adaaa223f0d994f3915d726a466464fcf4548803 /.gitignore | |
parent | f9f0f3c2e5f1a5359df366e71ac6fab83e229464 (diff) | |
parent | 1b439ad4c3802b0bbf6807d200231643026cf80f (diff) |
Merge "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." into libicnet/master
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..b354d71a --- /dev/null +++ b/.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 |