syntax: glob
*~
*.o
*.so
*.dylib
*.a
*.orig
*.pyc
*.silo
*.exe

# Ignore our build output
build

# Executables we make
tests/test1
tests/test1_VoroPP_2d

# Stuff generated by cmake
Makefile
CMakeCache.txt
CMakeFiles/*
CPack*
CTestTestfile.cmake
DartConfiguration.tcl
cmake_install.cmake

# Stuff generated by PyBindGen
src/PBGWraps/PolytopeModulesBindings.py
src/PBGWraps/TessellatorModule.py

# Third-party tessellator stuff
src/triangle.*
src/tetgen.*