diff options
author | raylu <lurayl@gmail.com> | 2015-06-14 00:49:51 -0700 |
---|---|---|
committer | raylu <lurayl@gmail.com> | 2015-06-14 00:54:13 -0700 |
commit | c31fd4fdc83fc7bb378ec0a7ed18bb9a89d4baba (patch) | |
tree | 68c9f1035a8badbc800b51715eac92bee7bfc196 /.gitignore | |
download | ftpmpv-master.tar.xz |
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4da7fb7 --- /dev/null +++ b/.gitignore @@ -0,0 +1,56 @@ +# User-specific files +*.suo +*.user +*.userosscache +*.sln.docstates + +# Build results +[Dd]ebug/ +[Dd]ebugPublic/ +[Rr]elease/ +[Rr]eleases/ +x64/ +x86/ +build/ +bld/ +[Bb]in/ +[Oo]bj/ + +# Visual Studio 2015 cache/options directory +.vs/ + +*_i.c +*_p.c +*_i.h +*.ilk +*.meta +*.obj +*.pch +*.pdb +*.pgc +*.pgd +*.rsp +*.sbr +*.tlb +*.tli +*.tlh +*.tmp +*.tmp_proj +*.log +*.vspscc +*.vssscc +.builds +*.pidb +*.svclog +*.scc + +# The packages folder can be ignored because of Package Restore +**/packages/* +# except build/, which is used as an MSBuild target. +!**/packages/build/ + +# Visual Studio cache files +# files ending in .cache can be ignored +*.[Cc]ache +# but keep track of directories ending in .cache +!*.[Cc]ache/ |