all repos

dotfiles @ bb901e85c2a1bfc8cd2149f41925a1771f7df1e0

my dotfiles

gitignore_global (view raw)

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# IDE
.idea
*~
~*

# Logs and databases
*.log
*.sqlite
*.db
.*.todo

# Temp files
*.pyc
*.swp
.*.swp
*.swo
__pycache__

# Packages
*.7z
*.rar
*.tar
*.bz2

# Compiled siurce
*.so
*.out
*.bin