# Project-level ignore patterns

# Ignore objects, archives etc.
*.[oad]

# Ignore files generated from ci file parsing
*.decl.h
*.def.h

# Ignore build artifacts created in the top-level directory
smart-build.log
VERSION
bin
include
lib
lib_so
tmp

# Ignore directories created from compilation
net-*
mpi-*
lapi*
vmi-*
multicore-*
uth-*

# Ignore cruft that would result from compiling charm example/test code
# Note this is negated inside src/arch to permit addition of new charmrun files in there
charmrun

