all repos

dotfiles @ ad443ef088214004149b277d9d8173b280020deb

i use rach linux btw

dotfiles/gitignore_global (view raw)

1
# IDE
2
.idea
3
.idea_modules
4
*~
5
# Logs and databases
6
*.log
7
*.sqlite
8
# Temp files
9
*.pyc
10
*.swp
11
.*.swp
12
*.swo
13
# Packages
14
*.7z
15
*.bz2
16
*.gz
17
*.iso
18
*.rar
19
*.tar
20
*.z
21
# Compiled siurce
22
*.dll
23
*.exe
24
*.o
25
*.so
26
*.out