branch: externals/xeft commit cb4b595b6a434293f6da0225883c314a5ea9dcb2 Author: Yuan Fu <caso...@gmail.com> Commit: Yuan Fu <caso...@gmail.com>
Update gitignore --- .gitignore | 4 ++++ gitignore | 2 -- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000000..ed89747033 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +*.so +*.o +*.dylib +*.a \ No newline at end of file diff --git a/gitignore b/gitignore deleted file mode 100644 index e2d2375a62..0000000000 --- a/gitignore +++ /dev/null @@ -1,2 +0,0 @@ -*.so -*.o \ No newline at end of file