commit d3b80b9c390669734bfe388a88a861b86e8e2bc8 Author: zhaohuidu Date: Thu May 26 11:05:27 2016 +0800 Update .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000000..c634f5eb38 --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +#object file +.o + +#library +.a + +#share object +.so +.so.*