mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
Update gitignore_global
This commit is contained in:
parent
915614a969
commit
9edb0f0c24
1 changed files with 10 additions and 8 deletions
|
|
@ -1,26 +1,28 @@
|
||||||
# IDE
|
# IDE
|
||||||
.idea
|
.idea
|
||||||
.idea_modules
|
|
||||||
*~
|
*~
|
||||||
|
~*
|
||||||
|
|
||||||
# Logs and databases
|
# Logs and databases
|
||||||
*.log
|
*.log
|
||||||
*.sqlite
|
*.sqlite
|
||||||
|
*.db
|
||||||
|
.*.todo
|
||||||
|
|
||||||
# Temp files
|
# Temp files
|
||||||
*.pyc
|
*.pyc
|
||||||
*.swp
|
*.swp
|
||||||
.*.swp
|
.*.swp
|
||||||
*.swo
|
*.swo
|
||||||
|
__pycache__
|
||||||
|
|
||||||
# Packages
|
# Packages
|
||||||
*.7z
|
*.7z
|
||||||
*.bz2
|
|
||||||
*.gz
|
|
||||||
*.iso
|
|
||||||
*.rar
|
*.rar
|
||||||
*.tar
|
*.tar
|
||||||
*.z
|
*.bz2
|
||||||
|
|
||||||
# Compiled siurce
|
# Compiled siurce
|
||||||
*.dll
|
|
||||||
*.exe
|
|
||||||
*.o
|
|
||||||
*.so
|
*.so
|
||||||
*.out
|
*.out
|
||||||
|
*.bin
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue