mirror of
https://github.com/curl/curl.git
synced 2026-07-23 11:07:17 +03:00
tidy-up: .gitignore lines mostly
- `.gitignore`: delete, dedupe and move rules upwards. Ref:6389ba87b8#13311 - `.gitignore`: fix generated test sources. Follow-up to71cf0d1fca#14772 - `.gitignore`: replace exe listings with a wildcard. - lib: move `setup-*.h` from `EXTRA_DIST` to `CURL_HFILES`. - `makedebug.bat`: uppercase an argument to match docs. - GHA/non-native: delete stray env. Follow-up to12a6de2f66#16043 - sort source lists. Closes #16093
This commit is contained in:
parent
cb4cd36fe7
commit
5c31c2e670
30 changed files with 31 additions and 272 deletions
10
projects/Windows/.gitignore
vendored
10
projects/Windows/.gitignore
vendored
|
|
@ -2,7 +2,9 @@
|
|||
#
|
||||
# SPDX-License-Identifier: curl
|
||||
|
||||
VC*/src/*curl.vcproj.dist
|
||||
VC*/lib/*curl.vcproj.dist
|
||||
VC*/src/*curl.vcxproj.dist
|
||||
VC*/lib/*curl.vcxproj.dist
|
||||
*.ncb
|
||||
*.opensdf
|
||||
*.sdf
|
||||
*.suo
|
||||
*.user
|
||||
*.vcxproj
|
||||
|
|
|
|||
8
projects/Windows/VC10/.gitignore
vendored
8
projects/Windows/VC10/.gitignore
vendored
|
|
@ -1,8 +0,0 @@
|
|||
# Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
|
||||
#
|
||||
# SPDX-License-Identifier: curl
|
||||
|
||||
/*.ncb
|
||||
/*.opensdf
|
||||
/*.sdf
|
||||
/*.suo
|
||||
10
projects/Windows/VC10/lib/.gitignore
vendored
10
projects/Windows/VC10/lib/.gitignore
vendored
|
|
@ -1,10 +0,0 @@
|
|||
# Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
|
||||
#
|
||||
# SPDX-License-Identifier: curl
|
||||
|
||||
/*.ncb
|
||||
/*.opensdf
|
||||
/*.sdf
|
||||
/*.suo
|
||||
/*.user
|
||||
/*.vcxproj
|
||||
10
projects/Windows/VC10/src/.gitignore
vendored
10
projects/Windows/VC10/src/.gitignore
vendored
|
|
@ -1,10 +0,0 @@
|
|||
# Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
|
||||
#
|
||||
# SPDX-License-Identifier: curl
|
||||
|
||||
/*.ncb
|
||||
/*.opensdf
|
||||
/*.sdf
|
||||
/*.suo
|
||||
/*.user
|
||||
/*.vcxproj
|
||||
8
projects/Windows/VC11/.gitignore
vendored
8
projects/Windows/VC11/.gitignore
vendored
|
|
@ -1,8 +0,0 @@
|
|||
# Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
|
||||
#
|
||||
# SPDX-License-Identifier: curl
|
||||
|
||||
/*.ncb
|
||||
/*.opensdf
|
||||
/*.sdf
|
||||
/*.suo
|
||||
10
projects/Windows/VC11/lib/.gitignore
vendored
10
projects/Windows/VC11/lib/.gitignore
vendored
|
|
@ -1,10 +0,0 @@
|
|||
# Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
|
||||
#
|
||||
# SPDX-License-Identifier: curl
|
||||
|
||||
/*.ncb
|
||||
/*.opensdf
|
||||
/*.sdf
|
||||
/*.suo
|
||||
/*.user
|
||||
/*.vcxproj
|
||||
10
projects/Windows/VC11/src/.gitignore
vendored
10
projects/Windows/VC11/src/.gitignore
vendored
|
|
@ -1,10 +0,0 @@
|
|||
# Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
|
||||
#
|
||||
# SPDX-License-Identifier: curl
|
||||
|
||||
/*.ncb
|
||||
/*.opensdf
|
||||
/*.sdf
|
||||
/*.suo
|
||||
/*.user
|
||||
/*.vcxproj
|
||||
8
projects/Windows/VC12/.gitignore
vendored
8
projects/Windows/VC12/.gitignore
vendored
|
|
@ -1,8 +0,0 @@
|
|||
# Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
|
||||
#
|
||||
# SPDX-License-Identifier: curl
|
||||
|
||||
/*.ncb
|
||||
/*.opensdf
|
||||
/*.sdf
|
||||
/*.suo
|
||||
10
projects/Windows/VC12/lib/.gitignore
vendored
10
projects/Windows/VC12/lib/.gitignore
vendored
|
|
@ -1,10 +0,0 @@
|
|||
# Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
|
||||
#
|
||||
# SPDX-License-Identifier: curl
|
||||
|
||||
/*.ncb
|
||||
/*.opensdf
|
||||
/*.sdf
|
||||
/*.suo
|
||||
/*.user
|
||||
/*.vcxproj
|
||||
10
projects/Windows/VC12/src/.gitignore
vendored
10
projects/Windows/VC12/src/.gitignore
vendored
|
|
@ -1,10 +0,0 @@
|
|||
# Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
|
||||
#
|
||||
# SPDX-License-Identifier: curl
|
||||
|
||||
/*.ncb
|
||||
/*.opensdf
|
||||
/*.sdf
|
||||
/*.suo
|
||||
/*.user
|
||||
/*.vcxproj
|
||||
Loading…
Add table
Add a link
Reference in a new issue