Merge pull request #10037 from alalek:update_gitignore

git: .gitignore update
pull/10048/head
Alexander Alekhin 7 years ago committed by GitHub
commit 3921fab285
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      .gitignore

8
.gitignore vendored

@ -1,10 +1,11 @@
# ignore dot files/directories
.*
!.gitignore
*.autosave
*.pyc
*.user
*~
.*.swp
.DS_Store
.sw[a-z]
Thumbs.db
tags
tegra/
@ -21,4 +22,3 @@ bin/
*.log
*.tlog
build
.cache

Loading…
Cancel
Save