From d84fa367902a64d657fc96c9a78d568012a5d9e6 Mon Sep 17 00:00:00 2001 From: Michael Welter Date: Tue, 9 Apr 2013 12:46:39 -0500 Subject: [PATCH] Added .gitignore for Visual Studio temporary files and build outputs --- daemons/gptp/windows/.gitignore | 56 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 daemons/gptp/windows/.gitignore diff --git a/daemons/gptp/windows/.gitignore b/daemons/gptp/windows/.gitignore new file mode 100644 index 0000000..9735ebd --- /dev/null +++ b/daemons/gptp/windows/.gitignore @@ -0,0 +1,56 @@ +#Solution + +#Library objects +*.lo +*.la + +#OS junk files +[Tt]humbs.db +*.DS_Store + +#Visual Studio files +*.[Oo]bj +*.user +*.aps +*.pch +*.vspscc +*.vssscc +*_i.c +*_p.c +*.ncb +*.suo +*.tlb +*.tlh +*.bak +*.[Cc]ache +*.ilk +*.log +*.lib +*.sbr +*.sdf +*.opensdf +*.unsuccessfulbuild +ipch/ +obj/ +[Bb]in +[Bb]uild/ +[Dd]ebug*/ +[Pp]ackages/ +[Rr]elease*/ +/w[78]/ +Ankh.NoLoad + +#Tooling +_ReSharper*/ +*.resharper +[Tt]est[Rr]esult* +StyleCop.Cache + +#Project files +*/[Bb]uild/ + +#Subversion files +.svn + +# Office Temp Files +~$* \ No newline at end of file -- 2.7.4