Skip to content
Snippets Groups Projects
.gitignore 813 B
Newer Older
Benjamin Cumming's avatar
Benjamin Cumming committed
# executables
*.exe
*.out

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

# intermediate python files
*.pyc

# graphviz files generated by executables
*.dot

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

# tar files
*.tar

# json files
*.json

# generated when making on os x
*.dSYM

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

# latex output
*.aux
*.log
*.out
*.pdf
*.toc
# cmake
CMakeFiles
CMakeCache.txt
cmake_install.cmake
Makefile

# mechanism implementations generated my modparser
include/mechanisms

# external build stuff
external/bin
external/modparser-build
external/modparser-configure
external/modparser-done
external/modparser-download
external/modparser-install
external/modparser-mkdir
external/modparser-patch
external/modparser-update
external/tmp
mechanisms/*.hpp

# build path
build