diff options
author | Harshit Mittal <h.mittal83@gmail.com> | 2015-08-05 12:39:59 -0700 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2015-09-10 17:55:34 +0200 |
commit | 4f7189f09e5c0274905cccccaa792942b7a77133 (patch) | |
tree | b9beffbfcabec431d069d47cee88361e317c475e | |
parent | d730dd8c53f58b067de27348b759f7d089f05487 (diff) | |
download | ffmpeg-4f7189f09e5c0274905cccccaa792942b7a77133.tar.gz |
.gitignore: ignore temp files
Github: Closes #144
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index cb9cbec6bc..5cabe507a3 100644 --- a/.gitignore +++ b/.gitignore @@ -20,6 +20,8 @@ *-example *-test *_g +\#* +.\#* /.config /.version /ffmpeg |