gitignore: mass cleaning
This commit is contained in:
parent
a853f7c4b0
commit
7befd5e759
1 changed files with 4 additions and 43 deletions
47
.gitignore
vendored
47
.gitignore
vendored
|
@ -1,48 +1,11 @@
|
||||||
*.App
|
*.vcxproj.user
|
||||||
*.[oadi]
|
|
||||||
*.ass
|
|
||||||
*.avi
|
|
||||||
*.bz2
|
|
||||||
*.cache
|
|
||||||
*.dep
|
|
||||||
*.db
|
|
||||||
*.dll
|
|
||||||
*.dmg
|
|
||||||
*.exe
|
|
||||||
*.gch
|
|
||||||
*.gz
|
|
||||||
*.idb
|
*.idb
|
||||||
*.ilk
|
|
||||||
*.log
|
|
||||||
*.manifest
|
|
||||||
*.mkv
|
|
||||||
*.mo
|
|
||||||
*.ncb
|
|
||||||
*.obj
|
|
||||||
*.opensdf
|
|
||||||
*.orig
|
|
||||||
*.patch
|
|
||||||
*.pch
|
|
||||||
*.pdb
|
*.pdb
|
||||||
*.profdata
|
*.mo
|
||||||
*.profraw
|
*.exe
|
||||||
*.sdf
|
|
||||||
*.so
|
|
||||||
*.srt
|
|
||||||
*.suo
|
|
||||||
*.swp
|
|
||||||
*.ts
|
|
||||||
*.user
|
|
||||||
*.vsp
|
|
||||||
*.y4m
|
|
||||||
*.zip
|
|
||||||
*~
|
|
||||||
|
|
||||||
/bin
|
/output
|
||||||
/include
|
/include
|
||||||
/ipch
|
|
||||||
/lib
|
|
||||||
/obj
|
|
||||||
/tests/data
|
/tests/data
|
||||||
|
|
||||||
.lvimrc
|
.lvimrc
|
||||||
|
@ -65,7 +28,6 @@ git_version.xml
|
||||||
packages/desktop/aegisub.desktop
|
packages/desktop/aegisub.desktop
|
||||||
packages/desktop/aegisub.desktop.template
|
packages/desktop/aegisub.desktop.template
|
||||||
packages/win_installer/vendor
|
packages/win_installer/vendor
|
||||||
src/aegisub
|
|
||||||
src/libresrc/bitmap.cpp
|
src/libresrc/bitmap.cpp
|
||||||
src/libresrc/bitmap.h
|
src/libresrc/bitmap.h
|
||||||
src/libresrc/default_config.cpp
|
src/libresrc/default_config.cpp
|
||||||
|
@ -79,7 +41,6 @@ tools/osx-bundle-restart-helper
|
||||||
tools/osx-bundle.sed
|
tools/osx-bundle.sed
|
||||||
tools/repack-thes-dict
|
tools/repack-thes-dict
|
||||||
tools/repack-thes-dict.dSYM
|
tools/repack-thes-dict.dSYM
|
||||||
vendor/fribidi
|
|
||||||
vendor/luajit/src/host/buildvm
|
vendor/luajit/src/host/buildvm
|
||||||
vendor/luajit/src/host/minilua
|
vendor/luajit/src/host/minilua
|
||||||
vendor/luajit/src/host/buildvm_arch.h
|
vendor/luajit/src/host/buildvm_arch.h
|
||||||
|
|
Loading…
Reference in a new issue