Update .gitignore and remove leftover Makefile

This commit is contained in:
Hylke Bons 2018-02-19 09:13:35 +00:00
parent 72f3b5b8f9
commit 1b20e8f31b
2 changed files with 3 additions and 31 deletions

30
.gitignore vendored
View file

@ -12,37 +12,13 @@
*.sln.cache *.sln.cache
*.user *.user
*.resources *.resources
Makecache
Makefile.in
Makefile
intltool-*
compile
configure
config.guess
config.h
config.h.in
config.log
config.status
config.sub
aclocal.m4
autom4te.cache/
bin/ bin/
obj/ obj/
git-* git-*
install-sh
libtool
ltmain.sh
lt*.m4
missing
build/m4/shave/shave
build/m4/*.m4
build/m4/shave/shave-libtool
build/m4/sparkleshare/libtool.m4
Sparkles/InstallationInfo.Directory.cs Sparkles/InstallationInfo.Directory.cs
SparkleShare/Linux/sparkleshare SparkleShare/Linux/sparkleshare
SparkleShare/Mac/git/* SparkleShare/Mac/git/*
SparkleShare/Mac/git*.gz SparkleShare/Mac/git*
gnome-doc-utils.make
/sparkleshare-* /sparkleshare-*
desktop.ini desktop.ini
_ReSharper.* _ReSharper.*
@ -51,12 +27,12 @@ _ReSharper.*
*.wixpdb *.wixpdb
*.wxs *.wxs
*.dotCover *.dotCover
SparkleShare/Windows/build/ SparkleShare/Windows/build/
# NuGet Packages # NuGet Packages
*.nupkg *.nupkg
# The packages folder can be ignored because of Package Restore # The packages folder can be ignored because of Package Restore
**/packages/* **/packages/*
# except build/, which is used as an MSBuild target. # except build/, which is used as an MSBuild target.
!**/packages/build/ !**/packages/build/

View file

@ -1,4 +0,0 @@
SUBDIRS = hicolor \
ubuntu-mono-dark \
ubuntu-mono-light