ignore *.swo files
diff --git a/sam3s_example/.gitignore b/sam3s_example/.gitignore
index d597181..e058c53 100644
--- a/sam3s_example/.gitignore
+++ b/sam3s_example/.gitignore
@@ -1,5 +1,5 @@
 bin/
-*.swp
+*.sw[op]
 *~
 obj/
 build/