diff options
author | chriszero <zerov83@googlemail.com> | 2013-12-02 08:49:46 -0800 |
---|---|---|
committer | chriszero <zerov83@googlemail.com> | 2013-12-02 08:49:46 -0800 |
commit | 620ea3a800f2235abf45a57ca898bf96473c576b (patch) | |
tree | 06fcae7a5cb01d92a09ae0788757bc384c753473 /.gitignore | |
download | vdr-plugin-boblight-620ea3a800f2235abf45a57ca898bf96473c576b.tar.gz vdr-plugin-boblight-620ea3a800f2235abf45a57ca898bf96473c576b.tar.bz2 |
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9fa3b1b --- /dev/null +++ b/.gitignore @@ -0,0 +1,18 @@ +# Object files +*.o +*.ko + +# Libraries +*.lib +*.a + +# Shared objects (inc. Windows DLLs) +*.dll +*.so +*.so.* +*.dylib + +# Executables +*.exe +*.out +*.app |