From 38d50e936919cbe03264c8c03fe40fc3af87d95c Mon Sep 17 00:00:00 2001 From: Uoti Urpala Date: Sun, 27 Apr 2008 04:59:37 +0300 Subject: Add .gitignore files --- .gitignore | 16 ++++++++++++++++ vidix/.gitignore | 5 +++++ 2 files changed, 21 insertions(+) create mode 100644 .gitignore create mode 100644 vidix/.gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000000..69977f11c6 --- /dev/null +++ b/.gitignore @@ -0,0 +1,16 @@ +*.o +*.a +*.d +.depend + +/config.h +/config.mak +/configure.log +/help_mp.h +/mencoder +/mplayer +/version.h +/codecs.conf.h +/codec-cfg +/codec-cfg-test +/codecs2html diff --git a/vidix/.gitignore b/vidix/.gitignore new file mode 100644 index 0000000000..96d02a288a --- /dev/null +++ b/vidix/.gitignore @@ -0,0 +1,5 @@ +/pci_dev_ids.c +/pci_ids.h +/pci_names.c +/pci_names.h +/pci_vendors.h -- cgit v1.2.3