dvr/.gitignore

65 lines
747 B
Text
Raw Permalink Normal View History

2016-03-03 22:28:59 +00:00
# Windows image file caches
Thumbs.db
ehthumbs.db
2016-03-03 22:28:59 +00:00
# Folder config file
Desktop.ini
2016-03-03 22:28:59 +00:00
# Recycle Bin used on file shares
$RECYCLE.BIN/
2016-03-03 22:28:59 +00:00
# Windows Installer files
*.cab
*.msi
*.msm
*.msp
2016-03-03 22:28:59 +00:00
# Windows shortcuts
*.lnk
# =========================
# Operating System Files
# =========================
# OSX
# =========================
.DS_Store
.AppleDouble
.LSOverride
# Thumbnails
._*
2016-03-03 22:28:59 +00:00
# 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
2016-03-03 22:28:59 +00:00
# build files
*.o
*.d
2016-03-03 22:28:59 +00:00
#binaries
*.so
2016-03-03 22:28:59 +00:00
#files created by build
*.apk
*.ap_
*.class
*.log
bin/*
gen/*
.idea/*
.gradle/*
app/build/*
build/intermediates/*
app/libs/libs.jar