Skip to content

Commit

Permalink
Update exclude files
Browse files Browse the repository at this point in the history
  • Loading branch information
RoyCurtis committed Aug 24, 2017
1 parent 0947d32 commit 98f4dd7
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 10 deletions.
33 changes: 30 additions & 3 deletions home.exclude
Original file line number Diff line number Diff line change
@@ -1,31 +1,58 @@
# Log files
*.log
*.log.*

# Compressed files
*.tar.gz
*.tar.bz

# Steam game and client data
# Excluded because it is redownloadable
*.bsp
*.vpk
*.bin
steamclient.so
Steam/*

# Cache, logging and version control directories
*/.git/*
*/.npm/*
*/.m2/*
*/.gradle/*
*/appcache/*
*/*-backup/*
*/*-backups/*
*/backup/*
*/Backup/*
*/backups/*
*/Backups/*
*/directx_installer/*
*/dynmap/web/tiles/*
*/log/*
*/Log/*
*/logs/*
*/Logs/*
*/node_modules/*
*/temp/*
*/tmp/*

# TWiTCraft mirror
# Excluded as we have a separate backup elsewhere
*/twit-mirror/*

# Dynmap tiles
*/dynmap/web/tiles/*

# Ark content files and directories
*/arkdedicated/Engine/*
*/arkdedicated/linux64/*
*/arkdedicated/ShooterGame/Content/*
*/arkdedicated/ShooterGame/ContentStreamers/*
*/arkdedicated/ShooterGame/Binaries/*
Steam/*
*/directx_installer/*

# Factorio binary
# Excluded due to large size
*/bin/x64/factorio

# VanDerProtofsky's web directory
# Excluded because it is personal and expendable data
home/vanderprot/www/*
9 changes: 3 additions & 6 deletions minecraft.exclude
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
*.vpk
world-*.zip

.m2/
.m2/*
*/.git/*
*/.m2/*
*/.gradle/*
*/*-backup/*
*/*-backups/*
*/backup/*
Expand All @@ -25,11 +25,8 @@ world-*.zip
*/Log/*
*/logs/*
*/Logs/*
*/mods/*
*/multicraft/*
*/node_modules/*
*/temp/*
*/tmp/*

Survival/resource/*
Survival/resource_nether/*
Survival/resource_the_end/*
12 changes: 11 additions & 1 deletion sys.exclude
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
/backup
/bin
/boot
/dev
/home
/srv
/lost+found
/lib
/lib32
/lib64
/media
Expand All @@ -19,15 +21,23 @@
/usr/lib
/usr/sbin
/usr/share
/usr/src
/var/lib/apt
/var/lib/aspell
/var/lib/dpkg
/var/lib/ghostscript
/var/lib/mlocate
/var/lib/mysql
/var/lib/smartmontools

*.log
*.log.*
*.tar.gz

*/.git/*
*/.npm/*
*/.gradle/*
*/.m2/*
*/*-backup/*
*/*-backups/*
*/backup/*
Expand All @@ -44,4 +54,4 @@
*/Logs/*
*/node_modules/*
*/temp/*
*/tmp/*
*/tmp/*

0 comments on commit 98f4dd7

Please sign in to comment.