all repos

dotfiles @ 7a2eef2

i use rach linux btw
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
        1
         # IDE

      
        2
        2
         .idea

      
        3
        
        -.idea_modules

      
        4
        3
         *~

      
        
        4
        +~*

      
        
        5
        +

      
        5
        6
         # Logs and databases

      
        6
        7
         *.log

      
        7
        8
         *.sqlite

      
        
        9
        +*.db

      
        
        10
        +.*.todo

      
        
        11
        +

      
        8
        12
         # Temp files

      
        9
        13
         *.pyc

      
        10
        14
         *.swp

      
        11
        15
         .*.swp

      
        12
        16
         *.swo

      
        
        17
        +__pycache__

      
        
        18
        +

      
        13
        19
         # Packages

      
        14
        20
         *.7z

      
        15
        
        -*.bz2

      
        16
        
        -*.gz

      
        17
        
        -*.iso

      
        18
        21
         *.rar

      
        19
        22
         *.tar

      
        20
        
        -*.z

      
        
        23
        +*.bz2

      
        
        24
        +

      
        21
        25
         # Compiled siurce

      
        22
        
        -*.dll

      
        23
        
        -*.exe

      
        24
        
        -*.o

      
        25
        26
         *.so

      
        26
        27
         *.out

      
        
        28
        +*.bin