浏览代码

updated ignore lists

added file type ignore rules for files generates per user/solution, and
all contents if the bin directory
Nathan Jeffords 13 年之前
父节点
当前提交
4e4178c3a9
共有 1 个文件被更改,包括 10 次插入4 次删除
  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/*
+