pespin submitted this change.
.gitignore: Add *~
This allows getting rid of further files like install-sh~.
Change-Id: Iad7ce44a2ecd90116376a458cc40f355d3883c53
---
M .gitignore
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.gitignore b/.gitignore
index 1872058..7f8336d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,6 +2,7 @@
*.a
*.lo
*.la
+*~
.deps
Makefile
Makefile.in
@@ -20,7 +21,6 @@
install-sh
missing
stamp-h1
-configure~
# libtool
ltmain.sh
To view, visit change 38973. To unsubscribe, or for help writing mail filters, visit settings.