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

github.com/nextcloud/windows-universal.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSunboX <andre.fiedler@me.com>2016-11-03 00:41:47 +0300
committerSunboX <andre.fiedler@me.com>2016-11-03 00:41:47 +0300
commit644355dc6d00e8401cfabb1f60e7687e66e712f3 (patch)
treed290919881eb13cfbdc9d2f3b3e0b2f8a9bc6060 /.gitignore
initial commit
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore46
1 files changed, 46 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..b0eb5e2
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,46 @@
+#Autosave files
+*~
+
+#build
+[Oo]bj/
+[Bb]in/
+packages/
+TestResults/
+
+# globs
+Makefile.in
+*.DS_Store
+*.sln.cache
+*.suo
+*.cache
+*.pidb
+*.userprefs
+*.usertasks
+config.log
+config.make
+config.status
+aclocal.m4
+install-sh
+autom4te.cache/
+*.user
+*.tar.gz
+tarballs/
+test-results/
+Thumbs.db
+
+#Mac bundle stuff
+*.dmg
+*.app
+
+#resharper
+*_Resharper.*
+*.Resharper
+
+#dotCover
+*.dotCover
+Binaries/RestSharp.dll
+Binaries/RestSharp.pdb
+Binaries/RestSharp.xml
+Binaries/RestSharp.Build.dll
+Binaries/RestSharp.Build.pdb
+cov-int