tracker
Change-Id: I8f8ac81f9c4d7c7650cd64d2dade701dc6c11dce
diff --git a/ttorrent-master/.gitignore b/ttorrent-master/.gitignore
new file mode 100644
index 0000000..f77703a
--- /dev/null
+++ b/ttorrent-master/.gitignore
@@ -0,0 +1,25 @@
+# Git ignore patterns
+# Author: Maxime Petazzoni <mpetazzoni@turn.com>
+
+# Ignore build output
+/build/*
+*/build
+
+# Ignore Javadoc output
+/doc/*
+
+# Ignore any eventual Eclipse project files, these don't belong in the
+# repository.
+/.classpath
+/.project
+/.settings
+/.idea/workspace.xml
+# Ignore common editor swap files
+*.swp
+*.bak
+*~
+*~
+
+#ignore idea workspace file and idea module files
+*.iml
+.idea/workspace.xml