Skip to content

Commit a41644f

Browse files
galastarclaude
andcommitted
gitignore: ignore autoreconf-generated backup files
configure~ and src/config.h.in~ get regenerated by autoconf/autoheader on every reconfigure and shouldn't be tracked. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
1 parent 1cd5f7a commit a41644f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
*_opts.h
1313
.libs
1414
docs/web/
15+
configure~
16+
src/config.h.in~
1517

1618
# Packages #
1719
############

0 commit comments

Comments
 (0)