diff --git a/.gitattributes b/.gitattributes index f0d4a0a15..8e3c91a11 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,7 +1,7 @@ core.eol=lf * text eol=lf -*.zip binary -*.png binary +*.icns binary *.ico binary +*.png binary *.qm binary -*.icns binary +*.zip binary diff --git a/NEWS b/NEWS deleted file mode 100644 index 96b13e5a6..000000000 --- a/NEWS +++ /dev/null @@ -1,4 +0,0 @@ -See Changelog - -******************************************* -Christophe dumez - chris@qbittorrent.org diff --git a/TODO b/TODO deleted file mode 100644 index d3aac7ecd..000000000 --- a/TODO +++ /dev/null @@ -1 +0,0 @@ -See https://blueprints.launchpad.net/qbittorrent/ diff --git a/configure.ac b/configure.ac index db038c56f..0067aa9db 100644 --- a/configure.ac +++ b/configure.ac @@ -8,7 +8,7 @@ AC_PROG_CXX AC_PROG_SED AC_LANG(C++) AC_CANONICAL_HOST -AM_INIT_AUTOMAKE +AM_INIT_AUTOMAKE([foreign]) # use compiler from env variables if available QBT_CC="$CC"