Convert .fossil-settings/ignore-glob to .gitignore

This commit is contained in:
Jonathan Schleifer 2025-06-24 23:22:04 +02:00
parent 2b699a032e
commit f029cd9f53
Signed by: js
GPG key ID: C601EE21773E7C8F
2 changed files with 21 additions and 21 deletions

View file

@ -1,21 +0,0 @@
*.a
*.dep
*.dll
*.dylib
*.exe
*.framework
*.o
*.orig
*.so
*.so.*
*/.deps
*~
.deps
aclocal.m4
autom4te.cache
buildsys.mk
config.log
config.status
configure
extra.mk
tests/tests

21
.gitignore vendored Normal file
View file

@ -0,0 +1,21 @@
*.a
*.dep
*.dll
*.dylib
*.exe
*.framework
*.o
*.orig
*.so
*.so.*
*/.deps
*~
.deps
/aclocal.m4
/autom4te.cache
/buildsys.mk
/config.log
/config.status
/configure
/extra.mk
/tests/tests