aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorGeorgi Valkov <gvalkov@gmail.com>2025-06-13 10:05:29 +0300
committerBernd Schubert <bernd@bsbernd.com>2025-06-13 11:14:09 +0200
commit5724a99068d0a3ebc32c123532942bc8efe11cf1 (patch)
tree6c782b39b35722cbdb4b0bcc189874f5d7c724b1 /.gitignore
parente64a6164ff71911e4c3bd492ceb0532705c1e733 (diff)
downloadlibfuse-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--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 30b16a2..0412bc7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,6 +12,7 @@
*.gz
\#*#
*.orig
+*.patch
*~
.DS_Store
Makefile.in