summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaulo Cabido <paulo.cabido@gmail.com>2012-05-27 15:05:33 +0100
committerPaulo Cabido <paulo.cabido@gmail.com>2012-05-27 15:05:33 +0100
commitb133664a40f2e140f2ed9561b584da5624343242 (patch)
treefa769d36770f7f278ebc318eae51976490bc9a89
parentbc535f910ccf5fb0356b2fa2daf058547cf2b741 (diff)
added .gitignore
-rw-r--r--.gitignore5
-rwxr-xr-x.project17
-rwxr-xr-x.pydevproject7
-rwxr-xr-xGeoclue/Base.pycbin13458 -> 0 bytes
-rwxr-xr-xGeoclue/Signal.pycbin2779 -> 0 bytes
-rwxr-xr-xGeoclue/__init__.pycbin205 -> 0 bytes
-rwxr-xr-xGeoclue/base.pycbin6208 -> 0 bytes
-rwxr-xr-xGeoclue/geoclue.pycbin3305 -> 0 bytes
-rwxr-xr-xREADME1
9 files changed, 6 insertions, 24 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..eeb4810
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,5 @@
+*.pyc
+*~
+.pydevproject
+.project
+
diff --git a/.project b/.project
deleted file mode 100755
index 34cc94e..0000000
--- a/.project
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
- <name>python-geoclue</name>
- <comment></comment>
- <projects>
- </projects>
- <buildSpec>
- <buildCommand>
- <name>org.python.pydev.PyDevBuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- </buildSpec>
- <natures>
- <nature>org.python.pydev.pythonNature</nature>
- </natures>
-</projectDescription>
diff --git a/.pydevproject b/.pydevproject
deleted file mode 100755
index aa248f7..0000000
--- a/.pydevproject
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<?eclipse-pydev version="1.0"?>
-
-<pydev_project>
-<pydev_property name="org.python.pydev.PYTHON_PROJECT_VERSION">python 2.6</pydev_property>
-<pydev_property name="org.python.pydev.PYTHON_PROJECT_INTERPRETER">Default</pydev_property>
-</pydev_project>
diff --git a/Geoclue/Base.pyc b/Geoclue/Base.pyc
deleted file mode 100755
index 4883d3c..0000000
--- a/Geoclue/Base.pyc
+++ /dev/null
Binary files differ
diff --git a/Geoclue/Signal.pyc b/Geoclue/Signal.pyc
deleted file mode 100755
index 7fd8bd7..0000000
--- a/Geoclue/Signal.pyc
+++ /dev/null
Binary files differ
diff --git a/Geoclue/__init__.pyc b/Geoclue/__init__.pyc
deleted file mode 100755
index dcd6464..0000000
--- a/Geoclue/__init__.pyc
+++ /dev/null
Binary files differ
diff --git a/Geoclue/base.pyc b/Geoclue/base.pyc
deleted file mode 100755
index f2dc045..0000000
--- a/Geoclue/base.pyc
+++ /dev/null
Binary files differ
diff --git a/Geoclue/geoclue.pyc b/Geoclue/geoclue.pyc
deleted file mode 100755
index 1103475..0000000
--- a/Geoclue/geoclue.pyc
+++ /dev/null
Binary files differ
diff --git a/README b/README
index e69de29..b4811b3 100755
--- a/README
+++ b/README
@@ -0,0 +1 @@
+Python geoclue module