| 1 |
# Exclude these files from deployment |
|
| 2 | ||
| 3 |
# Development metadata |
|
| 4 |
**/.metadata/** |
|
| 5 |
**/.settings/** |
|
| 6 |
**/Release/** |
|
| 7 |
**/Debug/** |
|
| 8 | ||
| 9 |
# OS files |
|
| 10 |
**/.DS_Store |
|
| 11 |
**/Thumbs.db |
|
| 12 | ||
| 13 |
# Version control |
|
| 14 |
**/.git/** |
|
| 15 |
**/.svn/** |
|
| 16 | ||
| 17 |
# IDE files |
|
| 18 |
**/.project |
|
| 19 |
**/.cproject |
|
| 20 |
**/.classpath |
|
| 21 | ||
| 22 |
# Temporary files |
|
| 23 |
**/tmp/** |
|
| 24 |
**/temp/** |
|
| 25 | ||
| 26 |
# Large binaries |
|
| 27 |
**/*.bin |
|
| 28 |
**/*.elf |
|
| 29 |
# **/*.rpm # Commented out to allow offline packages |
|
| 30 |
**/*.o |
|
| 31 | ||
| 32 |
# Offline packages (comment out the line below to include packages in deployment) |
|
| 33 |
# packages/** |
|
| 34 | ||
| 35 |
# Other projects not related to autoSMART |
|
| 36 |
configi/** |
|
| 37 |
raduin/** |
|
| 38 |
radion/** |
|
| 39 |
linux/** |
|
| 40 |
ipconfig/** |
|
| 41 |
autoNAS/** |
|
| 42 |
VariaMediaDump/** |
|
| 43 |
Madagascar/** |
|
| 44 |
RemoteSystemsTempFiles/** |
|
| 45 |