Browse Source

updated ignore lists

added file type ignore rules for files generates per user/solution, and
all contents if the bin directory
Nathan Jeffords 13 years ago
parent
commit
4e4178c3a9
1 changed files with 10 additions and 4 deletions
  1. 10 4
      .gitignore

+ 10 - 4
.gitignore

@@ -1,4 +1,10 @@
-# Ignore compiled python code
-*.pyc
-# Ignore MacOSX directory info
-.DS_Store
+# Ignore compiled python code
+*.pyc
+# Ignore MacOSX directory info
+.DS_Store
+# VS user project files
+*.suo
+*.user
+*.opensdf
+bin/*
+