summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>2011-01-07 15:08:38 -0200
committerAndre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>2011-01-07 18:27:19 -0200
commit7045a74083b0629fa469d8374a86b923ed73e7db (patch)
tree7b37df8ceb13124fa9c90b12867cb1abf2ecaab4
parentcf6fee0bf643c65956e2ab20ea50666833a0e3af (diff)
Added .gitignore.
-rw-r--r--.gitignore10
1 files changed, 10 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..51b2d62
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,10 @@
+# For a project mostly in C, the following would be a good set of
+# Lines that start with '#' are comments.
+# exclude patterns (uncomment them if you want to use them):
+# git-ls-files --others --exclude-from=.git/info/exclude
+*.directory
+*.py[co]
+*~
+.*.sw[p,o]
+/build
+tags