diff options
author | Georgi Valkov <gvalkov@gmail.com> | 2025-06-13 10:05:29 +0300 |
---|---|---|
committer | Bernd Schubert <bernd@bsbernd.com> | 2025-06-13 11:14:09 +0200 |
commit | 5724a99068d0a3ebc32c123532942bc8efe11cf1 (patch) | |
tree | 6c782b39b35722cbdb4b0bcc189874f5d7c724b1 /.gitignore | |
parent | e64a6164ff71911e4c3bd492ceb0532705c1e733 (diff) | |
download | libfuse-5724a99068d0a3ebc32c123532942bc8efe11cf1.tar.gz |
gitignore: add *.patch
When working with patches, git shows them as uncommitted changes.
Ignore *.patch to keep the list of changes tidy.
Signed-off-by: Georgi Valkov <gvalkov@gmail.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -12,6 +12,7 @@ *.gz \#*# *.orig +*.patch *~ .DS_Store Makefile.in |