[mlpack-git] master: Prune down .gitignore: remove editor-specific ignores. (a8b5be9)

gitdub at mlpack.org gitdub at mlpack.org
Wed Jun 15 09:14:22 EDT 2016


Repository : https://github.com/mlpack/mlpack
On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/c6477da79947c2e916a6953ed7e080e7148a78db...a8b5be966f2b874d31c9e2a65583a3a874ff36d7

>---------------------------------------------------------------

commit a8b5be966f2b874d31c9e2a65583a3a874ff36d7
Author: Ryan Curtin <ryan at ratml.org>
Date:   Wed Jun 15 06:14:22 2016 -0700

    Prune down .gitignore: remove editor-specific ignores.
    
    Instead you should use the global gitignore to ignore your editor-specific
    files:
    
    git config --global core.excludesfile '~/.gitignore'
    
    (or whatever else you want to name the file)


>---------------------------------------------------------------

a8b5be966f2b874d31c9e2a65583a3a874ff36d7
 .gitignore | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/.gitignore b/.gitignore
index 64d4c03..fbdd115 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,11 +1,3 @@
 build*
-
-*~
-.*.swp
-.*.swo
-*.bak
 src/mlpack/core/util/gitversion.hpp
 src/mlpack/core/util/arma_config.hpp
-
-.idea
-




More information about the mlpack-git mailing list