Skip to content

Instantly share code, notes, and snippets.

@Macorreag
Created May 17, 2020 05:08
Show Gist options
  • Save Macorreag/028aaa91afc05c4d0326b0c794dadaf8 to your computer and use it in GitHub Desktop.
Save Macorreag/028aaa91afc05c4d0326b0c794dadaf8 to your computer and use it in GitHub Desktop.

Comando para eliminar archivos que son residuales ante compilaciones de archivos y que se quedan como basura en los repositorios

find . -type f -path .git -prune -o -path ./dogShop -prune -o -type f ! -name "* .*" ! -name Makefile ! -name makefile  ! -name makefile~ ! -name Makefile~                                                                                      
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment