diff options
author | Oscar Najera <hi@oscarnajera.com> | 2024-03-01 16:45:37 +0100 |
---|---|---|
committer | Oscar Najera <hi@oscarnajera.com> | 2024-04-01 01:40:43 +0200 |
commit | 6d0820bee59fb94712dec94975cc7a8f2f0c9bb8 (patch) | |
tree | 51f01bf237b84f65529b20be08625cfd6b7b16c7 /bin | |
parent | 84bbea70169207c4e6ab89d20e35c543dd40b7f9 (diff) | |
download | dotfiles-6d0820bee59fb94712dec94975cc7a8f2f0c9bb8.tar.gz dotfiles-6d0820bee59fb94712dec94975cc7a8f2f0c9bb8.tar.bz2 dotfiles-6d0820bee59fb94712dec94975cc7a8f2f0c9bb8.zip |
ignore compiled objects in backup
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/backup.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/backup.sh b/bin/backup.sh index cfb9938..4ec75a6 100755 --- a/bin/backup.sh +++ b/bin/backup.sh @@ -29,6 +29,10 @@ backup_local() { --exclude '*/mpd/log' \ --exclude '*/elpa' \ --exclude '*.elc' \ + --exclude '*/*.o' \ + --exclude '*/guix/*/*.go' \ + --exclude '*/guix/*/*.Po' \ + --exclude '*/guix/*/*.m4' \ --exclude '*/.local/straight' \ --exclude '*/phd/simulation_data' \ --exclude '*/semantic-roam' \ |