mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 21:33:27 -07:00
Merge pull request #15947 from Chocobo1/remove
Remove TODO and NEWS files
This commit is contained in:
commit
24d73f5822
4 changed files with 5 additions and 10 deletions
8
.gitattributes
vendored
8
.gitattributes
vendored
|
@ -1,7 +1,7 @@
|
||||||
core.eol=lf
|
core.eol=lf
|
||||||
* text eol=lf
|
* text eol=lf
|
||||||
*.zip binary
|
|
||||||
*.png binary
|
|
||||||
*.ico binary
|
|
||||||
*.qm binary
|
|
||||||
*.icns binary
|
*.icns binary
|
||||||
|
*.ico binary
|
||||||
|
*.png binary
|
||||||
|
*.qm binary
|
||||||
|
*.zip binary
|
||||||
|
|
4
NEWS
4
NEWS
|
@ -1,4 +0,0 @@
|
||||||
See Changelog
|
|
||||||
|
|
||||||
*******************************************
|
|
||||||
Christophe dumez - chris@qbittorrent.org
|
|
1
TODO
1
TODO
|
@ -1 +0,0 @@
|
||||||
See https://blueprints.launchpad.net/qbittorrent/
|
|
|
@ -8,7 +8,7 @@ AC_PROG_CXX
|
||||||
AC_PROG_SED
|
AC_PROG_SED
|
||||||
AC_LANG(C++)
|
AC_LANG(C++)
|
||||||
AC_CANONICAL_HOST
|
AC_CANONICAL_HOST
|
||||||
AM_INIT_AUTOMAKE
|
AM_INIT_AUTOMAKE([foreign])
|
||||||
|
|
||||||
# use compiler from env variables if available
|
# use compiler from env variables if available
|
||||||
QBT_CC="$CC"
|
QBT_CC="$CC"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue