Browse Source

Merge pull request #15947 from Chocobo1/remove

Remove TODO and NEWS files
adaptive-webui-19844
Chocobo1 3 years ago committed by GitHub
parent
commit
24d73f5822
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      .gitattributes
  2. 4
      NEWS
  3. 1
      TODO
  4. 2
      configure.ac

6
.gitattributes vendored

@ -1,7 +1,7 @@ @@ -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

4
NEWS

@ -1,4 +0,0 @@ @@ -1,4 +0,0 @@
See Changelog
*******************************************
Christophe dumez - chris@qbittorrent.org

1
TODO

@ -1 +0,0 @@ @@ -1 +0,0 @@
See https://blueprints.launchpad.net/qbittorrent/

2
configure.ac

@ -8,7 +8,7 @@ AC_PROG_CXX @@ -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"

Loading…
Cancel
Save