mingw-w64/.gitignore
Antonin Décimo e7f72a30aa winpthreads: Ignore MSVC object files and Autotools generated files
Signed-off-by: Antonin Décimo <antonin@tarides.com>
Signed-off-by: Martin Storsjö <martin@martin.st>
2023-12-19 15:25:13 +02:00

42 lines
333 B
Plaintext

# Temporary files
*~
.*
# Compiled files
*.o
*.a
*.so
*.out
*.exe
*.dll
*.lo
*.la
*.gch
*.obj
*.res
# Specialized files
autom4te.cache
config.cache
Makefile
libtool
config.status
config.h
confdefs.h
stamp-h1
# Autotools test results
*.trs
*.test
*.test.exe
*.log
# Merge conflict files
*.orig
*.rej
# Others
*.swp
*.tar
*.tar.*