# Ignore objects and archives, anywhere in the tree.
*.[oa]
*.so
*.lo
*.la
# Ignore build output files
/build

# Ignore backup files
*~

# Ignore autotools files
.deps
.libs
/autom4te.cache
/build-aux
/config.h
/config.h.in
/config.log
/config.status
/configure
/libtool
/stamp-h1
*.m4
Makefile
Makefile.in
*.pc

# Ignore Python files
*.pyc
*.pyd

# Ignore Eclipse project files
/.cproject
/.project
/.autotools
/.settings
/.pydevproject
