[x264-devel] commit: .gitignore more untracked file types (Yasuhiro Ikeda )
git at videolan.org
git at videolan.org
Wed Dec 15 04:19:32 CET 2010
x264 | branch: master | Yasuhiro Ikeda <wipple625 at gmail.com> | Thu Dec 9 11:57:38 2010 +0900| [84d7a9557a6d4a638084bd046ba3e7187b0620b2] | committer: Jason Garrett-Glaser
.gitignore more untracked file types
> http://git.videolan.org/gitweb.cgi/x264.git/?a=commit;h=84d7a9557a6d4a638084bd046ba3e7187b0620b2
---
.gitignore | 18 ++++++++++++++++--
1 files changed, 16 insertions(+), 2 deletions(-)
diff --git a/.gitignore b/.gitignore
index ece28ab..5a47b49 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,28 +1,42 @@
*~
*.a
*.diff
+*.orig
+*.rej
*.dll*
*.exe
*.mo
*.o
+*.patch
*.pc
*.pot
*.so*
+*.dylib
.*.swp
.depend
+.DS_Store
config.h
config.mak
config.log
+x264_config.h
x264
checkasm
*.264
+*.h264
*.2pass
+*.ffindex
+*.avs
*.mkv
+*.flv
*.mp4
*.y4m
*.yuv
-x264_2pass.log
+*.log
+*.mbtree
+*.temp
+*.pyc
.digress_x264
-*.pyc
+dataDec.txt
+log.dec
More information about the x264-devel
mailing list