aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@redhat.com>2013-10-02 15:34:18 +0200
committerMatěj Cepl <mcepl@redhat.com>2013-10-02 15:55:08 +0200
commit03f62c392f3c140f4cefb5ccd129d32734b169c3 (patch)
tree0ffbf9473f669890189a31fe9c775408fdceecba /.gitignore
parent4294510667c2359c63267e6805e4937dce4a7051 (diff)
downloadcucutags-03f62c392f3c140f4cefb5ccd129d32734b169c3.tar.gz
Make a proper Python package out of it.0.3.0
* add setup.py * add proper README.md * make script more object-oriented and with more simple API.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore5
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..bb0acb3
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,5 @@
+*~
+*.pyc
+build/
+MANIFEST
+dist/