all repos

dotfiles @ 9edb0f0c2454fe0b60a4f3814e2df028e36d0e9a

my dotfiles
1 files changed, 10 insertions(+), 8 deletions(-)
Update gitignore_global
Author: Smirnov Aleksandr 50584123+Smirnov-O@users.noreply.github.com
Committed by: GitHub noreply@github.com
Committed at: 2020-06-15 00:56:11 +0300
Parent: 915614a
M gitignore_global

@@ -1,26 +1,28 @@

# IDE .idea -.idea_modules *~ +~* + # Logs and databases *.log *.sqlite +*.db +.*.todo + # Temp files *.pyc *.swp .*.swp *.swo +__pycache__ + # Packages *.7z -*.bz2 -*.gz -*.iso *.rar *.tar -*.z +*.bz2 + # Compiled siurce -*.dll -*.exe -*.o *.so *.out +*.bin