Commit 82f803b3 authored by James Lamb's avatar James Lamb Committed by Nikita Titov
Browse files

updated gitignore to ignore files created by local python installation (#2061)

* updated gitignore to ignore files created by local python installation

* moved sections around in gitignore
parent 572ae400
...@@ -374,14 +374,16 @@ lightgbm.model ...@@ -374,14 +374,16 @@ lightgbm.model
*.pkl *.pkl
# macOS # macOS
.DS_Store **/.DS_Store
# VSCode # VSCode
.vscode .vscode
# duplicate version file # Files from local Python install
python-package/LICENSE
python-package/build_cpp/
python-package/compile/
python-package/lightgbm/VERSION.txt python-package/lightgbm/VERSION.txt
.Rproj.user
# R build artefacts # R build artefacts
R-package/src/CMakeLists.txt R-package/src/CMakeLists.txt
...@@ -391,6 +393,10 @@ lightgbm_r/* ...@@ -391,6 +393,10 @@ lightgbm_r/*
lightgbm*.tar.gz lightgbm*.tar.gz
lightgbm.Rcheck/ lightgbm.Rcheck/
# Files from interactive R sessions
.Rproj.user
**/.Rhistory
# Files generated by aspell # Files generated by aspell
**/*.bak **/*.bak
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment