Commit c51567ae authored by Alexander Alekhin's avatar Alexander Alekhin

git: .gitignore update

ignore all "dot" files/directories by default.
'ignored' files can be added via 'git add -f' command if necessary.
parent 981009ac
# 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
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