You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucenenet.apache.org by sy...@apache.org on 2014/04/22 04:53:22 UTC

[50/59] [partial] Moving as part of INFRA-5246

http://git-wip-us.apache.org/repos/asf/lucenenet/blob/44ef7383/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..cb595e7
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,17 @@
+# This is the git pattern ignore file for the project.
+# Git can be used with svn http://code.google.com/p/msysgit/
+bin
+Bin
+obj
+*.user
+*.suo
+*.bak
+*.vs10x
+*.VisualState.xml
+*.userprefs
+*.pidb
+test-results
+build/artifacts
+build/bin
+_ReSharper*
+*.orig

http://git-wip-us.apache.org/repos/asf/lucenenet/blob/44ef7383/ACKNOWLEDGEMENTS.txt
----------------------------------------------------------------------
diff --git a/ACKNOWLEDGEMENTS.txt b/ACKNOWLEDGEMENTS.txt
new file mode 100644
index 0000000..8b45b38
--- /dev/null
+++ b/ACKNOWLEDGEMENTS.txt
@@ -0,0 +1,10 @@
+The snowball stemmers in contrib/Snowball.Net/Snowball.Net/SF/Snowball
+were developed by Martin Porter and Richard Boulton.
+
+The full snowball package is available from http://snowball.tartarus.org/
+
+Apache Lucene.Net is a port of Jakarta Lucene to C#.  
+The port from Java to C# of version 1.4.0, 1.4.3, 1.9, 1.9.1, 2.0 and 2.1 were done 
+primary by George Aroush. To contact George Aroush please visit http://www.aroush.net/.
+Much thanks to George
+