You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by jx...@apache.org on 2017/12/13 06:32:10 UTC

[incubator-mxnet] branch master updated: Add cscope filenames to gitignore (#9019)

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

jxie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git


The following commit(s) were added to refs/heads/master by this push:
     new 73fa65f  Add cscope filenames to gitignore (#9019)
73fa65f is described below

commit 73fa65febfd3e8040ce54136551474bcfc92375a
Author: Anirudh Subramanian <an...@gmail.com>
AuthorDate: Tue Dec 12 22:32:00 2017 -0800

    Add cscope filenames to gitignore (#9019)
    
    * Add cscope filenames to gitignore
    
    * Add cscope.files instead of dir
---
 .gitignore | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.gitignore b/.gitignore
index fbd62c9..9d2e894 100644
--- a/.gitignore
+++ b/.gitignore
@@ -100,6 +100,10 @@ input.txt*
 # ctags
 tags
 
+# cscope
+cscope.out
+cscope.files
+
 # Scala package
 *.class
 scala-package/*/target/

-- 
To stop receiving notification emails like this one, please contact
['"commits@mxnet.apache.org" <co...@mxnet.apache.org>'].