/build*/ /.cache/ /.vscode/ # I want to ignore log files *.log # Core files should never be checked in core # ignore patches too, the code is either checked in or branch. *.patch* # backup files *.swp *.*~ *.unc-backup~ *.unc-backup.md5~