summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorSimon McVittie <smcv@celebrin.(none)>2006-08-30 20:12:08 +0100
committerSimon McVittie <smcv@celebrin.(none)>2006-08-30 20:12:08 +0100
commit00435b5adc76a745e17b13386d15a2a1d6b2bb16 (patch)
tree407700e4f1de35d9281e30276ce0acafdfa444ac /.gitignore
parent1b1d5b77a841e68043fd1f27900b7b97b4610b33 (diff)
.gitignore: Add. Ignore distutils build dir, Python bytecode, Vim swapfiles, and generated ChangeLog, .pxd and .c files.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore8
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..c2b1b98
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,8 @@
+dbus_bindings.c
+dbus_glib_bindings.c
+dbus_bindings.pxd
+ChangeLog
+build
+*.pyc
+*.pyo
+.*.sw?