blob: 68c50eb55178e25db8cc8f4c630eb12c3f06abed [file] [log] [blame]
# Begin common set.
# For use by humans to create random files that git will ignore.
# An example that the author often uses is "git diff > foo.patch.ign".
# Alas some repos have .patch and .diff files so we can't use those here.
*.ign
# Patch related cruft.
*.orig
*.rej
# Temp files created by most text editors.
*~
# Various tags programs.
tags
TAGS
# End common set.
# Build directory
out/