[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v2 1/2] .gitignore: remove INSTALL from list
From: |
Christopher Diaz Riveros |
Subject: |
[PATCH v2 1/2] .gitignore: remove INSTALL from list |
Date: |
Thu, 8 Feb 2018 13:06:39 -0500 |
*Remove INSTALL from the .gitignore file to be available to track it.
Signed-off-by: Christopher Diaz Riveros <address@hidden>
---
.gitignore | 1 -
1 file changed, 1 deletion(-)
diff --git a/.gitignore b/.gitignore
index 47409f7..3cf50d7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -26,7 +26,6 @@
/hello
/hello-*.tar.*
/hello.1
-/INSTALL
/lib
/m4
/maint.mk
--
2.16.1
[PATCH v2 1/2] .gitignore: remove INSTALL from list,
Christopher Diaz Riveros <=
[PATCH v2 2/2] INSTALL: New version, Christopher Diaz Riveros, 2018/02/08
[PATCH v2 0/2] Add INSTALL to hello project, Christopher Diaz Riveros, 2018/02/08