[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Acl-devel] [PATCH attr 4/8] Ignore examples/copyattr
From: |
Guillem Jover |
Subject: |
[Acl-devel] [PATCH attr 4/8] Ignore examples/copyattr |
Date: |
Sat, 20 Jul 2019 04:14:38 +0200 |
When building the example code at least to make sure it actually builds,
we'll be left out with a dirty tree.
Signed-off-by: Guillem Jover <address@hidden>
---
.gitignore | 1 +
1 file changed, 1 insertion(+)
diff --git a/.gitignore b/.gitignore
index ced9cdd..8dbb0f7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,6 +14,7 @@
/attr
/getfattr
/setfattr
+/examples/copyattr
/ABOUT-NLS
/aclocal.m4
--
2.22.0.657.g960e92d24f
- [Acl-devel] [PATCH attr 0/8] Assorted fixes, Guillem Jover, 2019/07/20
- [Acl-devel] [PATCH attr 5/8] examples: Check "user." as a prefix not as the entire string, Guillem Jover, 2019/07/20
- [Acl-devel] [PATCH attr 6/8] man: Fix various typos, Guillem Jover, 2019/07/20
- [Acl-devel] [PATCH attr 8/8] po: Update Dutch translation, Guillem Jover, 2019/07/20
- [Acl-devel] [PATCH attr 4/8] Ignore examples/copyattr,
Guillem Jover <=
- [Acl-devel] [PATCH attr 1/8] build: Fix for incompatibility with autoconf 2.13, Guillem Jover, 2019/07/20
- [Acl-devel] [PATCH attr 7/8] build: Only include the compat syscall stubs on Linux systems, Guillem Jover, 2019/07/20
- [Acl-devel] [PATCH attr 2/8] build: Do not assume we have a config.h header around, Guillem Jover, 2019/07/20
- [Acl-devel] [PATCH attr 3/8] build: Use LDLIBS instead of LDFLAGS, Guillem Jover, 2019/07/20