view .hgignore @ 244:3a4aa9b4814c

scripts: convert to use posix shell it's not like we even need bash anyway
author Paper <paper@paper.us.eu.org>
date Mon, 22 Jan 2024 22:19:39 -0800
parents a7d0d543b334
children 8b174bcde667
line wrap: on
line source

syntax: glob

**/m4/libtool.m4
**/m4/lt*.m4
**/build-aux
**/aclocal.m4
**/Makefile.in
**/configure
**/*~
**/autom4te.cache

# stupid OS X things
.DS_Store
._*

# Prerequisites
*.d

# Compiled Object files
*.slo
*.lo
*.o
*.obj

# Precompiled Headers
*.gch
*.pch

# Compiled Dynamic libraries
*.so
*.dylib
*.dll

# Fortran module files
*.mod
*.smod

# Compiled Static libraries
*.lai
*.la
*.a
*.lib

# Executables
*.exe
*.out
*.app

syntax: regexp

# Build dir
^build/