.gitignore more untracked file types
This commit is contained in:
committed by
Fiona Glaser
parent
9e79fa38c4
commit
031b37d34b
+16
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user