Files
2018-07-30 01:13:44 +02:00

32 lines
368 B
Plaintext

# Ignore thumbnails created by windows
Thumbs.db
desktop.ini
# Ignore files build by Visual Studio
*.obj
*.exe
*.pdb
*.user
*.aps
*.pch
*.vspscc
*_i.c
*_p.c
*.ncb
*.suo
*.tlb
*.tlh
*.bak
*.cache
*.ilk
*.log
*.dll
*.lib
*.sbr
# Ignore JetBrain programs working dir
.idea/
# Avoid temp files - Linux/BSD style
*~
.*.swp
# Ignore constant irritating macOS file
.DS_Store