Skip to content

Commit

Permalink
[libpng18] fix autoconf
Browse files Browse the repository at this point in the history
This removes the unremoved files, corrects the .gitignore and adds a
.vimrc for my benefit.  The .vimrc is the minimal required for
formatting which obeys Glenn's rules.

Signed-off-by: John Bowler <[email protected]>
  • Loading branch information
jbowler committed Sep 15, 2024
1 parent 938b73e commit ff3f84f
Show file tree
Hide file tree
Showing 9 changed files with 39 additions and 9,111 deletions.
55 changes: 35 additions & 20 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@
*.app/
*.exe

# Compiled dependencies
.deps/

# Debug files
*.dSYM/
*.idb
Expand All @@ -40,31 +43,11 @@

# Libpng configuration and build artifacts
*.out
.deps/
.dirstamp
/Makefile
/Makefile.in
/aclocal.m4
/autom4te.cache/
/compile
/config*~
/config.guess
/config.h.in
/config.log
/config.status
/config.sub
/configure
/depcomp
/install*~
/install-sh
/libpng*-config
/libpng*.pc
/libpng.vers
/libtool
/ltmain.sh
/missing
/stamp-h1
/test-driver
pnglibconf.[ch]
pnglibconf.dfn
pnglibconf.pre
Expand All @@ -84,3 +67,35 @@ pngout.png

# Libpng CI artifacts
out/

# configure artefacts
Makefile.in
aclocal.m4
autom4te.cache/
compile
config.guess
config.h.in
config.sub
configure
depcomp
install-sh
ltmain.sh
missing
scripts/autoconf/libtool.m4
scripts/autoconf/ltoptions.m4
scripts/autoconf/ltsugar.m4
scripts/autoconf/ltversion.m4
scripts/autoconf/lt~obsolete.m4
test-driver

# stuff added by typing "configure":
Makefile
config.h
config.log
config.status
stamp-h1


# VIMefacts
.*.un~
.*.swp
4 changes: 4 additions & 0 deletions .vimrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
set shiftwidth=3
set textwidth=80
set softtabstop=-1
set expandtab
Empty file added scripts/autoconf/.empty
Empty file.
7 changes: 0 additions & 7 deletions scripts/autoconf/README.md

This file was deleted.

Loading

0 comments on commit ff3f84f

Please sign in to comment.