[PATCH 1/2] .gitignore: update with fedora/rpm and git generated patches
Prarit Bhargava
prarit at redhat.com
Tue Jan 17 18:44:36 UTC 2017
git status picks up fedora/rpm and patches generated by git.
Add fedora/rpm and 0*.patch to .gitignore to avoid this problem.
Signed-off-by: Prarit Bhargava <prarit at redhat.com>
---
.gitignore | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.gitignore b/.gitignore
index a72ebfef0851..c2b676ace500 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,6 +4,7 @@
*.lo
*.swp
*.dsl
+0*.patch
test-suite.log
Makefile
Makefile.in
@@ -34,3 +35,4 @@ src/lib/src/libfwts.la
src/utilities/kernelscan
fwts-test/*/*.sh.trs
fwts-test/*/*.sh.log
+fedora/rpm
--
1.7.9.3
More information about the fwts-devel
mailing list