Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xamarin/NRefactory.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Grunwald <daniel@danielgrunwald.de>2010-10-10 23:45:19 +0400
committerDaniel Grunwald <daniel@danielgrunwald.de>2010-10-10 23:45:19 +0400
commit24e7c50e328831761bbbe1a1c863513abfceebf5 (patch)
treeae8bb0850c01ec149d0b54beae6a7c90b18a2cd5 /.gitignore
parent9efef610b18befcc639b7f1347be1fb668e4b296 (diff)
Fixed issues with LogicalAnd and LogicalOr operators.
Add unit tests for overload resolution; fixed an overload resolution bug. Added some new helper methods. Various documentation updates.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 00000000..a5807eb1
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+/lib/*.dll
+/ICSharpCode.NRefactory.Tests/PartCover/* \ No newline at end of file