You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@singa.apache.org by wa...@apache.org on 2019/11/13 01:48:56 UTC

[singa] branch master updated: update gitignore for Sphinx-Doxygen doc built files

This is an automated email from the ASF dual-hosted git repository.

wangwei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/singa.git


The following commit(s) were added to refs/heads/master by this push:
     new 73c8d24  update gitignore for Sphinx-Doxygen doc built files
     new d182ff8  Merge pull request #561 from FeynmanDNA/master
73c8d24 is described below

commit 73c8d245a18c19929956797e5b45d3d453afa046
Author: FeynmanDNA <26...@users.noreply.github.com>
AuthorDate: Tue Nov 12 21:24:36 2019 +0800

    update gitignore for Sphinx-Doxygen doc built files
---
 .gitignore | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/.gitignore b/.gitignore
index 33241c2..dba2fd4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,9 @@
+.DS_Store
+
+*.pyc
+__pycache__
 *.swp
+
 *.o
 *.bin
 *.a
@@ -8,9 +13,13 @@
 *.pb.h
 *.pb.cc
 *.cxx
+
 build/
 thirdparty/*
 !thirdparty/install.sh
 test/samples/
 .idea
+
+# Sphinx and Doxygen Doc-Site
 doc/_build/*
+doc/en/docs/model_zoo/