* Adjust xgboost entries in .gitignore They were overly broad. In particularly this was inconvenient when working with tools such as fzf that use the .gitignore to decide what to include. As written, we'd not look into /include/xgboost. * Make cosmetic improvements to .gitignore * Remove dmlc-core from .gitignore This seems unnecessary and has the drawback that tools that use .gitignore to know files to skip mean they won't look here, and being able to inspect the submodule files with them is useful.
94 lines
934 B
Plaintext
94 lines
934 B
Plaintext
# Compiled Object files
|
|
*.slo
|
|
*.lo
|
|
*.o
|
|
*.page
|
|
# Compiled Dynamic libraries
|
|
*.so
|
|
*.dylib
|
|
*.page
|
|
# Compiled Static libraries
|
|
*.lai
|
|
*.la
|
|
*.a
|
|
*~
|
|
*.Rcheck
|
|
*.rds
|
|
*.tar.gz
|
|
*conf
|
|
*buffer
|
|
*model
|
|
*pyc
|
|
*.train
|
|
*.test
|
|
*.tar
|
|
*group
|
|
*rar
|
|
*vali
|
|
*sdf
|
|
Release
|
|
*exe*
|
|
*exp
|
|
ipch
|
|
*.filters
|
|
*.user
|
|
*log
|
|
Debug
|
|
*suo
|
|
.Rhistory
|
|
*.dll
|
|
*i386
|
|
*x64
|
|
*dump
|
|
*save
|
|
*csv
|
|
.Rproj.user
|
|
*.cpage.col
|
|
*.cpage
|
|
*.Rproj
|
|
./xgboost.mpi
|
|
./xgboost.mock
|
|
#.Rbuildignore
|
|
R-package.Rproj
|
|
*.cache*
|
|
# java
|
|
java/xgboost4j/target
|
|
java/xgboost4j/tmp
|
|
java/xgboost4j-demo/target
|
|
java/xgboost4j-demo/data/
|
|
java/xgboost4j-demo/tmp/
|
|
java/xgboost4j-demo/model/
|
|
nb-configuration*
|
|
# Eclipse
|
|
.project
|
|
.cproject
|
|
.pydevproject
|
|
.settings/
|
|
build
|
|
config.mk
|
|
/xgboost
|
|
*.data
|
|
build_plugin
|
|
.idea
|
|
recommonmark/
|
|
tags
|
|
*.iml
|
|
*.class
|
|
target
|
|
*.swp
|
|
|
|
# cpp tests and gcov generated files
|
|
*.gcov
|
|
*.gcda
|
|
*.gcno
|
|
build_tests
|
|
/tests/cpp/xgboost_test
|
|
|
|
.DS_Store
|
|
lib/
|
|
|
|
# spark
|
|
metastore_db
|
|
|
|
plugin/updater_gpu/test/cpp/data
|