[PATCH 1/2] git: ignore patches and vim backup files
[PATCH 2/2] remove temporary variables from global namespace
Hi Fulvio,
Of these two, the second patch removes a global variable (name) that troubled
me during debugging of window focus.
Other candidates to unset still remain (one or two lett
- avoid global namespace pollution
Signed-off-by: Cristian Stoica
---
tcl/start.tcl | 1 +
1 file changed, 1 insertion(+)
diff --git a/tcl/start.tcl b/tcl/start.tcl
index 55b0928..6d62479 100644
--- a/tcl/start.tcl
+++ b/tcl/start.tcl
@@ -509,6 +509,7 @@ foreach elt {winX winY winWidth winHeigh
Signed-off-by: Cristian Stoica
---
.gitignore | 7 +++
1 file changed, 7 insertions(+)
diff --git a/.gitignore b/.gitignore
index d7e655c..7d53fed 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,6 +7,13 @@
Makefile
Makefile.bak
+*~
+*.swp
+*.swo
+\#*\#
+.\#*
+*.patch
+
engines/phalanx-sc