Skip to content

Commit

Permalink
updated gitignore to ignore files created by local python installation (
Browse files Browse the repository at this point in the history
#2061)

* updated gitignore to ignore files created by local python installation

* moved sections around in gitignore
  • Loading branch information
jameslamb authored and StrikerRUS committed Mar 26, 2019
1 parent 572ae40 commit 82f803b
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .gitignore
Expand Up @@ -374,14 +374,16 @@ lightgbm.model
*.pkl

# macOS
.DS_Store
**/.DS_Store

# 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
.Rproj.user

# R build artefacts
R-package/src/CMakeLists.txt
Expand All @@ -391,6 +393,10 @@ lightgbm_r/*
lightgbm*.tar.gz
lightgbm.Rcheck/

# Files from interactive R sessions
.Rproj.user
**/.Rhistory

# Files generated by aspell
**/*.bak

Expand Down

0 comments on commit 82f803b

Please sign in to comment.