diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-03-11 20:45:01 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-03-11 20:45:01 -0300 |
commit | eeb76cdc011bb79ef9a67768d6bf05feea36a969 (patch) | |
tree | 487ff9b89032fae2a89250a97a589e35e105e3cc /.gitignore | |
parent | c0f920e3c2eb81a326d2a69e3ee2887214e1688b (diff) |
Ignore built files
Adds a series of .gitignore to avoid polutting git status with
files that weren't supposed to be merged.
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..1f62182a --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +*.o +*.d +*.so +*.so.0 +*.pc +*.a |