git: .gitignore update

ignore all "dot" files/directories by default.
'ignored' files can be added via 'git add -f' command if necessary.
This commit is contained in:
Alexander Alekhin 2017-11-07 17:24:19 +03:00
parent 981009ac1f
commit c51567ae45

8
.gitignore vendored
View File

@ -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