diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-10-23 04:01:09 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-10-23 04:01:09 +0200 |
commit | fdbedf748f4c2654fe85f613216a2dacc407c0a7 (patch) | |
tree | 1e873d3b0acd0628d6a96519e965ecbbef68c312 /.gitignore | |
download | ustream-ssl-fdbedf748f4c2654fe85f613216a2dacc407c0a7.tar.gz |
Initial import
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7be0618 --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +Makefile +CMakeCache.txt +CMakeFiles +*.cmake +*.a +*.so +*.dylib +install_manifest.txt +*-example |