# executables
*.exe
*.out

# compiler output
*.o
*.a
*.so

# intermediate python files
*.pyc

# graphviz files generated by executables
*.dot

# vim temporaries
*.swp
*.swo
*.swn
*.swq
*.swm
*.swl

# tar files
*.tar

# json files
*.json

# generated when making on os x
*.dSYM

# output of visualizing cell structures
*.dot
*.pdf
*.jpg
*.dat

# latex output
*.aux
*.log
*.out
*.pdf
*.toc
*.blg
*.fdb_latexmk
*.fls
*.bbl


# cmake
CMakeFiles
CMakeCache.txt
cmake_install.cmake
Makefile

# mechanisms generated from .mod files
mechanisms/multicore/*.hpp
mechanisms/gpu/*.hpp
mechanisms/gpu/*.cu

# build path
build*

commit.msg

# eclipse remote sync folders
.ptp-sync-folder

# Mac default files
.DS_Store