Added .gitignore for Visual Studio temporary files and build outputs
authorMichael Welter <michael@cetoncorp.com>
Tue, 9 Apr 2013 17:46:39 +0000 (12:46 -0500)
committerMichael Welter <michael@cetoncorp.com>
Tue, 9 Apr 2013 17:46:39 +0000 (12:46 -0500)
daemons/gptp/windows/.gitignore [new file with mode: 0644]

diff --git a/daemons/gptp/windows/.gitignore b/daemons/gptp/windows/.gitignore
new file mode 100644 (file)
index 0000000..9735ebd
--- /dev/null
@@ -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