git: .gitignore update

ignore all "dot" files/directories by default.
'ignored' files can be added via 'git add -f' command if necessary.
pull/10038/head
Alexander Alekhin 7 years ago
parent 738b388a64
commit e10e628036
  1. 8
      .gitignore

8
.gitignore vendored

@ -1,10 +1,10 @@
# ignore dot files/directories
.*
!.gitignore
*.autosave *.autosave
*.pyc *.pyc
*.user *.user
*~ *~
.*.swp
.DS_Store
.sw[a-z]
tags tags
tegra/ tegra/
.cache

Loading…
Cancel
Save