mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 16:51:34 +02:00
Create gitignore_global
This commit is contained in:
parent
55d5156a73
commit
c0c3113079
1 changed files with 26 additions and 0 deletions
26
gitignore_global
Normal file
26
gitignore_global
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
# IDE
|
||||
.idea
|
||||
.idea_modules
|
||||
*~
|
||||
# Logs and databases
|
||||
*.log
|
||||
*.sqlite
|
||||
# Temp files
|
||||
*.pyc
|
||||
*.swp
|
||||
.*.swp
|
||||
*.swo
|
||||
# Packages
|
||||
*.7z
|
||||
*.bz2
|
||||
*.gz
|
||||
*.iso
|
||||
*.rar
|
||||
*.tar
|
||||
*.z
|
||||
# Compiled siurce
|
||||
*.dll
|
||||
*.exe
|
||||
*.o
|
||||
*.so
|
||||
*.out
|
||||
Loading…
Add table
Add a link
Reference in a new issue