all repos

dotfiles @ 7a2eef29b4cb421b7db9acc3fa09a1bca4d0ff23

my dotfiles
1 files changed, 10 insertions(+), 8 deletions(-)
Merge branch 'master' of https://github.com/Smirnov-O/dotfiles
Author: Smirnov Olexandr ss2316544@gmail.com
Committed at: 2020-06-15 22:44:26 +0300
Parent: 7c88833, 9edb0f0
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