mirror of
https://gist.github.com/b94410ca11def19b5461108b1d198d3d.git
synced 2024-05-12 03:54:55 +00:00
32 lines
368 B
Plaintext
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
|