From dfc9ea45d3abfaf7326e2b7740e18c26f4668384 Mon Sep 17 00:00:00 2001 From: Ali Hubail Date: Sat, 21 Dec 2013 00:30:53 +0300 Subject: [PATCH] long overdue cleanup 1/n --- .gitattributes | 49 -------------------------- .gitignore | 88 ---------------------------------------------- README.md | 2 -- tests/whatsapp.php | 4 +-- 4 files changed, 1 insertion(+), 142 deletions(-) diff --git a/.gitattributes b/.gitattributes index a664be3a..e69de29b 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,49 +0,0 @@ -*.doc diff=astextplain -*.DOC diff=astextplain -*.docx diff=astextplain -*.DOCX diff=astextplain -*.dot diff=astextplain -*.DOT diff=astextplain -*.pdf diff=astextplain -*.PDF diff=astextplain -*.rtf diff=astextplain -*.RTF diff=astextplain - -*.jpg binary -*.png binary -*.gif binary - -*.cs text=auto diff=csharp -*.vb text=auto -*.c text=auto -*.cpp text=auto -*.cxx text=auto -*.h text=auto -*.hxx text=auto -*.py text=auto -*.rb text=auto -*.java text=auto -*.html text=auto -*.htm text=auto -*.css text=auto -*.scss text=auto -*.sass text=auto -*.less text=auto -*.js text=auto -*.lisp text=auto -*.clj text=auto -*.sql text=auto -*.php text=auto -*.lua text=auto -*.m text=auto -*.asm text=auto -*.erl text=auto -*.fs text=auto -*.fsx text=auto -*.hs text=auto - -*.csproj text=auto merge=union -*.vbproj text=auto merge=union -*.fsproj text=auto merge=union -*.dbproj text=auto merge=union -*.sln text=auto eol=crlf merge=union diff --git a/.gitignore b/.gitignore index 1252d00d..353d1e1d 100644 --- a/.gitignore +++ b/.gitignore @@ -30,94 +30,6 @@ local.properties # PDT-specific .buildpath - -################# -## Visual Studio -################# - -## Ignore Visual Studio temporary files, build results, and -## files generated by popular Visual Studio add-ons. - -# User-specific files -*.suo -*.user -*.sln.docstates - -# Build results -**/[Dd]ebug/ -**/[Rr]elease/ -*_i.c -*_p.c -*.ilk -*.meta -*.obj -*.pch -*.pdb -*.pgc -*.pgd -*.rsp -*.sbr -*.tlb -*.tli -*.tlh -*.tmp -*.vspscc -.builds -**/*.dotCover - -## TODO: If you have NuGet Package Restore enabled, uncomment this -#**/packages/ - -# Visual C++ cache files -ipch/ -*.aps -*.ncb -*.opensdf -*.sdf - -# Visual Studio profiler -*.psess -*.vsp - -# ReSharper is a .NET coding add-in -_ReSharper* - -# Installshield output folder -[Ee]xpress - -# DocProject is a documentation generator add-in -DocProject/buildhelp/ -DocProject/Help/*.HxT -DocProject/Help/*.HxC -DocProject/Help/*.hhc -DocProject/Help/*.hhk -DocProject/Help/*.hhp -DocProject/Help/Html2 -DocProject/Help/html - -# Click-Once directory -publish - -# Others -[Bb]in -[Oo]bj -sql -TestResults -*.Cache -ClientBin -stylecop.* -~$* -*.dbmdl -Generated_Code #added for RIA/Silverlight projects - -# Backup & report files from converting an old project file to a newer -# Visual Studio version. Backup files are not needed, because we have git ;-) -_UpgradeReport_Files/ -Backup*/ -UpgradeLog*.XML - - - ############ ## Windows ############ diff --git a/README.md b/README.md index 1e9b8c8c..1a39a602 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,6 @@ Interface to WhatsApp Messenger **It's not about the money, it's about sending a message.** -*I hope that this was a bit more civil than the former "FUCK SPAMMER IF YOU ARE ONE GO FUCK YOURSELF" :)* - *\- [shirioko](https://github.com/shirioko)* ---------- diff --git a/tests/whatsapp.php b/tests/whatsapp.php index c53e37a3..fd08a898 100644 --- a/tests/whatsapp.php +++ b/tests/whatsapp.php @@ -101,6 +101,4 @@ function fgets_u($pStdn) echo "\n[] Send message to $dst: $msg\n"; $wa->sendMessage($dst , $msg); -echo "\n"; - -?> +echo "\n"; \ No newline at end of file