From: RĂ©mi Denis-Courmont Date: Sat, 1 Mar 2008 19:52:51 +0000 (+0200) Subject: Initial .gitignore X-Git-Tag: 0.9.0-test0~2397 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=87331e9af2d288dfd833d2c75b13294a9c8c8911;p=vlc Initial .gitignore --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000000..5ab514b442 --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +*.cache +ABOUT-NLS +aclocal.m4 +autotools +config.* +configure +Makefile.in diff --git a/m4/.gitignore b/m4/.gitignore new file mode 100644 index 0000000000..38a93afcce --- /dev/null +++ b/m4/.gitignore @@ -0,0 +1,12 @@ +glibc2.m4 +intmax.m4 +longdouble.m4 +longlong.m4 +nls.m4 +po.m4 +printf-posix.m4 +private.m4 +size_max.m4 +wchar_t.m4 +wint_t.m4 +xsize.m4 diff --git a/modules/.gitignore b/modules/.gitignore new file mode 100644 index 0000000000..08a6d725b5 --- /dev/null +++ b/modules/.gitignore @@ -0,0 +1 @@ +Makefile.am diff --git a/po/.gitignore b/po/.gitignore new file mode 100644 index 0000000000..3284492b85 --- /dev/null +++ b/po/.gitignore @@ -0,0 +1,4 @@ +*.header +*.sed +*.sin +Rules-quot