diff options
| author | Jason Lepp <jlepp@arcresources.com> | 2010-10-14 13:54:58 -0600 |
|---|---|---|
| committer | Jason Lepp <jlepp@arcresources.com> | 2010-10-14 13:54:58 -0600 |
| commit | 35566915301fff09e461223d7aa11d952ce15c70 (patch) | |
| tree | bab24c8543200a80c332b005d8441c0dea9072af /.gitignore | |
| parent | 1829de95827d7eecd171d7931399c77bd104ed28 (diff) | |
Add solution and project for MVP
Diffstat (limited to '.gitignore')
| -rwxr-xr-x | .gitignore | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100755 index 0000000..255f76a --- /dev/null +++ b/.gitignore @@ -0,0 +1,14 @@ +# git-ls-files --others --exclude-from=.git/info/exclude
+# Lines that start with '#' are comments.
+# For a project mostly in C, the following would be a good set of
+# exclude patterns (uncomment them if you want to use them):
+# *.[oa]
+# *~
+_ReSharper.*
+*ReSharper
+bin
+obj
+*.cache
+*.user
+*.suo
+*.[Rr]esharper
|
