summaryrefslogtreecommitdiff
authorDiego Biurrun <diego@biurrun.de>2012-07-02 20:49:42 (GMT)
committer Diego Biurrun <diego@biurrun.de>2012-07-04 13:10:01 (GMT)
commit40e61b7b07da8b32f431fcb72f547b934837f389 (patch)
treeff7b9c8b53120799832dc5e725189cf8786b33ba
parent89b81a1c8841817fd3610396a33e6a1420a195ec (diff)
downloadffmpeg-40e61b7b07da8b32f431fcb72f547b934837f389.zip
ffmpeg-40e61b7b07da8b32f431fcb72f547b934837f389.tar.gz
ffmpeg-40e61b7b07da8b32f431fcb72f547b934837f389.tar.bz2
gitignore: Use full path instead of relative path to specify patterns
This avoids confusion from patterns meant to only match at the top level matching files in subdirectories.
Diffstat
-rw-r--r--.gitignore70
1 files changed, 35 insertions, 35 deletions
diff --git a/.gitignore b/.gitignore
index b7f063f..6fe9434 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,3 @@
-.config
-.version
*.a
*.o
*.d
@@ -14,36 +12,38 @@
*.ver
*-example
*-test
-config.*
-doc/*.1
-doc/*.html
-doc/*.pod
-doxy
-avconv
-avplay
-avprobe
-avserver
-doc/avoptions_codec.texi
-doc/avoptions_format.texi
-doc/print_options
-libavcodec/*_tablegen
-libavcodec/*_tables.c
-libavcodec/*_tables.h
-libavutil/avconfig.h
-tests/audiogen
-tests/base64
-tests/data
-tests/rotozoom
-tests/tiny_psnr
-tests/videogen
-tests/vsynth1
-tools/aviocat
-tools/cws2fws
-tools/graph2dot
-tools/ismindex
-tools/lavfi-showfiltfmts
-tools/pktdumper
-tools/probetest
-tools/qt-faststart
-tools/trasher
-version.h
+/.config
+/.version
+/avconv
+/avplay
+/avprobe
+/avserver
+/config.*
+/version.h
+/doc/*.1
+/doc/*.html
+/doc/*.pod
+/doc/avoptions_codec.texi
+/doc/avoptions_format.texi
+/doc/print_options
+/doxy/
+/libavcodec/*_tablegen
+/libavcodec/*_tables.c
+/libavcodec/*_tables.h
+/libavutil/avconfig.h
+/tests/audiogen
+/tests/base64
+/tests/data/
+/tests/rotozoom
+/tests/tiny_psnr
+/tests/videogen
+/tests/vsynth1/
+/tools/aviocat
+/tools/cws2fws
+/tools/graph2dot
+/tools/ismindex
+/tools/lavfi-showfiltfmts
+/tools/pktdumper
+/tools/probetest
+/tools/qt-faststart
+/tools/trasher