* Use sphinx gallery to integrate examples. * Remove mock objects. * Add dask doc inventory.
133 lines
1.4 KiB
Plaintext
133 lines
1.4 KiB
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*
|
|
.mypy_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
|
|
.classpath
|
|
.pydevproject
|
|
.settings/
|
|
build
|
|
/xgboost
|
|
*.data
|
|
build_plugin
|
|
recommonmark/
|
|
tags
|
|
TAGS
|
|
*.class
|
|
target
|
|
*.swp
|
|
|
|
# cpp tests and gcov generated files
|
|
*.gcov
|
|
*.gcda
|
|
*.gcno
|
|
build_tests
|
|
/tests/cpp/xgboost_test
|
|
|
|
.DS_Store
|
|
lib/
|
|
|
|
# spark
|
|
metastore_db
|
|
|
|
/include/xgboost/build_config.h
|
|
|
|
# files from R-package source install
|
|
**/config.status
|
|
R-package/src/Makevars
|
|
*.lib
|
|
|
|
# Visual Studio Code
|
|
/.vscode/
|
|
|
|
# IntelliJ/CLion
|
|
.idea
|
|
*.iml
|
|
/cmake-build-debug/
|
|
|
|
# GDB
|
|
.gdb_history
|
|
|
|
# Python joblib.Memory used in pytest.
|
|
cachedir/
|
|
|
|
# Files from local Dask work
|
|
dask-worker-space/
|
|
|
|
# Jupyter notebook checkpoints
|
|
.ipynb_checkpoints/
|
|
|
|
# credentials and key material
|
|
config
|
|
credentials
|
|
credentials.csv
|
|
*.env
|
|
*.pem
|
|
*.pub
|
|
*.rdp
|
|
*_rsa
|
|
|
|
# Visual Studio code + extensions
|
|
.vscode
|
|
.metals
|
|
.bloop |