зеркало из https://github.com/microsoft/X-Mem.git
76 строки
935 B
Plaintext
76 строки
935 B
Plaintext
# X-Mem Stuff
|
|
xmem
|
|
xmem.exe
|
|
bin/
|
|
|
|
# This is created dynamically by the build script. No need to version control it.
|
|
src/include/build_datetime.h
|
|
|
|
# SCons build stuff
|
|
.sconsign.dblite
|
|
build/
|
|
|
|
# Microsoft Visual Studio build stuff
|
|
x64/
|
|
Release/
|
|
Debug/
|
|
*.pdb
|
|
*.suo
|
|
*.sdf
|
|
*.opensdf
|
|
|
|
# Doxygen
|
|
doc/
|
|
|
|
# Windows image file caches
|
|
Thumbs.db
|
|
ehthumbs.db
|
|
|
|
# Folder config file
|
|
Desktop.ini
|
|
|
|
# Recycle Bin used on file shares
|
|
$RECYCLE.BIN/
|
|
|
|
# Windows Installer files
|
|
*.cab
|
|
*.msi
|
|
*.msm
|
|
*.msp
|
|
|
|
# Windows shortcuts
|
|
*.lnk
|
|
|
|
# =========================
|
|
# Operating System Files
|
|
# =========================
|
|
|
|
# Windows
|
|
# =========================
|
|
|
|
# Temp files
|
|
*~
|
|
|
|
# OSX
|
|
# =========================
|
|
|
|
.DS_Store
|
|
.AppleDouble
|
|
.LSOverride
|
|
|
|
# Thumbnails
|
|
._*
|
|
|
|
# Files that might appear on external disk
|
|
.Spotlight-V100
|
|
.Trashes
|
|
|
|
# Directories potentially created on remote AFP share
|
|
.AppleDB
|
|
.AppleDesktop
|
|
Network Trash Folder
|
|
Temporary Items
|
|
.apdisk
|
|
|
|
*.tar.gz
|