summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorMartin Zimmermann <info@posativ.org>2013-09-13 18:03:35 +0200
committerMartin Zimmermann <info@posativ.org>2013-09-13 18:03:35 +0200
commit9d7c049b32a3f7b1b7409fe8c3ddb5dcc1002b72 (patch)
tree31bb18d8394ac5a6678e1f66593768927c46f65b /.gitignore
parent2e632b37953cb7cd3d10df1d9766c6b278f31079 (diff)
add .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore15
1 files changed, 15 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..f56f32f
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,15 @@
+# git ls-files --others --exclude-from=.git/info/exclude
+# Lines that start with '#' are comments.
+# For a project mostly in C, the following would be a good set of
+# exclude patterns (uncomment them if you want to use them):
+# *.[oa]
+# *~
+
+*.pyc
+.Python
+/isso.egg-info/
+/isso/client/node_modules
+/bin
+/include
+/lib
+/share