Skip to content

Commit

Permalink
[libpng16] chore: Update .gitignore
Browse files Browse the repository at this point in the history
Ignore artifacts produced by IDEs such as Embarcadero RAD Studio,
JetBrains Fleet, Qt Creator, and possibly others.

Also update the list of artifacts produced by C/C++ workflows and
CMake workflows in Microsoft Visual Studio and Qt Creator.

This is a cherry-pick of commit 10c76f3
from branch 'libpng18'.
  • Loading branch information
ctruta committed Sep 24, 2024
1 parent d161ce6 commit f3a45ac
Showing 1 changed file with 16 additions and 8 deletions.
24 changes: 16 additions & 8 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ cscope.*.out
.cproject/
.project/
.settings/
## Embarcadero RAD Studio
*.cbproj.*
__recovery/
## JetBrains
.idea/
## NetBeans
Expand All @@ -84,11 +87,9 @@ nbproject/
*.sln.docstates
*.suo
*.user
*.userosscache
*.userprefs
### Visual Studio cache files (for older versions)
*.aps
*.cachefile
*.ncb
*.opensdf
*.sdf
Expand All @@ -102,21 +103,25 @@ ipch/
!.vscode/settings.json
!.vscode/tasks.json
## (Various)
*.*cache
*.cache*
[._]*_history
.history/
[Bb]ackup*/

# Build, test and CI output directories
*[Dd]ebug/
[Dd]ebug*/
*[Rr]elease/
*[Rr]eleases/
[Ll]og/
[Ll]ogs/
[Oo]ut/
[Rr]elease*/
[._]build*/
/[Bb]uild*/
/[Oo]ut/

# Libpng configuration and build artifacts
# Libpng configuration and auxiliary build artifacts
*.out
*out.png
.deps/
[._]deps/
.dirstamp
/Makefile
/autom4te.cache/
Expand All @@ -130,6 +135,9 @@ ipch/
/libpng.vers
/libtool
/stamp-h1
CMake*.json
!CMakePresets.json
CMakeLists.txt.*
pnglibconf.[ch]
pnglibconf.dfn
pnglibconf.pre
Expand Down

0 comments on commit f3a45ac

Please sign in to comment.