From f888fc7861309af5dd7574cc54dae16388d5697d Mon Sep 17 00:00:00 2001 From: Tony Duckles Date: Sat, 23 Mar 2013 18:47:59 -0500 Subject: [PATCH] .gitignore_global: Always ignore *.pyc, *.swp * *.pyc are compiled *.py (Python) files * *.swp are Vim swap files --- .gitignore_global | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore_global b/.gitignore_global index 6aa5cad..b3d3908 100644 --- a/.gitignore_global +++ b/.gitignore_global @@ -6,6 +6,7 @@ *.exe *.o *.so +*.pyc # Packages # ############ @@ -32,3 +33,4 @@ ehthumbs.db Icon? Thumbs.db +*.swp -- 2.43.0