diff options
author | Adam Roben <adam@roben.org> | 2013-11-11 09:26:43 -0800 |
---|---|---|
committer | Adam Roben <adam@roben.org> | 2013-11-11 09:26:43 -0800 |
commit | 8335a5dad97d8ec0abd7833c016e0a2c1ffa7e15 (patch) | |
tree | f6168f85880f87b4d90a1f758d9b97c44a428e64 | |
parent | 0eb7703d1183f107669604d3c7ea2974ee7cdbef (diff) | |
parent | f41aaad6f9e8eaad13b59d23d5bdfe6e724e0b86 (diff) | |
download | gitignore-8335a5dad97d8ec0abd7833c016e0a2c1ffa7e15.tar.gz gitignore-8335a5dad97d8ec0abd7833c016e0a2c1ffa7e15.zip |
Merge pull request #615 from kristens/master
Added nunit result and visual state
-rw-r--r-- | VisualStudio.gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index ff11acf1..504b58ad 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -23,6 +23,10 @@ bld/ [Tt]est[Rr]esult*/ [Bb]uild[Ll]og.* +#NUNIT +*.VisualState.xml +TestResult.xml + *_i.c *_p.c *_i.h |