diff options
author | Andre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk> | 2011-01-07 15:08:38 -0200 |
---|---|---|
committer | Andre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk> | 2011-01-07 18:27:19 -0200 |
commit | 7045a74083b0629fa469d8374a86b923ed73e7db (patch) | |
tree | 7b37df8ceb13124fa9c90b12867cb1abf2ecaab4 | |
parent | cf6fee0bf643c65956e2ab20ea50666833a0e3af (diff) |
Added .gitignore.
-rw-r--r-- | .gitignore | 10 |
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 |