diff options
author | Brendan Forster <brendan@github.com> | 2015-07-02 21:41:27 +0930 |
---|---|---|
committer | Brendan Forster <brendan@github.com> | 2015-07-02 21:41:27 +0930 |
commit | a2f49b7b14276e68c40fcd55345eb3013d8a3375 (patch) | |
tree | 228767751ad4debc80f7972da4eb0aa1e1910e24 | |
parent | 1587f288ee3c5132ad5e14be232d9e5784209286 (diff) | |
parent | 86516d2d2ae8c35983e86ebd310902613776fea0 (diff) | |
download | gitignore-a2f49b7b14276e68c40fcd55345eb3013d8a3375.tar.gz gitignore-a2f49b7b14276e68c40fcd55345eb3013d8a3375.zip |
Merge pull request #1579 from jamiehumphries/master
Ignore NCrunch temporary files.
-rw-r--r-- | VisualStudio.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 385a36e0..cd8716d3 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -106,6 +106,7 @@ _TeamCity* # NCrunch _NCrunch_* .*crunch*.local.xml +nCrunchTemp_* # MightyMoose *.mm.* |