Create gitignore_global

This commit is contained in:
Smirnov Aleksandr 2020-05-18 22:28:48 +03:00 committed by GitHub
parent 55d5156a73
commit c0c3113079
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

26
gitignore_global Normal file
View 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