Skip to content
Snippets Groups Projects
.gitignore 674 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
*.swm
*.swl
Benjamin Cumming's avatar
Benjamin Cumming committed

# tar files
*.tar

# 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

Ben Cumming's avatar
Ben Cumming committed
# mechanisms generated from .mod files
mechanisms/multicore/*.hpp
mechanisms/gpu/*.hpp
# build path
John Biddiscombe's avatar
John Biddiscombe committed
# eclipse remote sync folders
.ptp-sync-folder

# Mac default files
.DS_Store