# git ignore patterns

libltdl/

pynest/pynestkernel.cpp

*.o
*.lo
*.la
.*
*.log
*.pyc

Makefile
!/doc/Makefile

build/
install/

/juqueen/
/extras/nest-config
/extras/create_release.sh
/libnestutil/config.h
/librandom/randomtest
/libtool
/nest/nest
/nest/static_modules.h
/pynest/do_tests.py
/pynest/setup.py
/reports/
/sli/sli
/testsuite/do_tests.sh
/topology/setup.py
/topology/doc/Topology_UserManual.out
/doc/doxygen/
/doc/_build/

*.kdev4

### IPythonNotebook ###
# Temporary data
.ipynb_checkpoints/
TAGS

### tags and cscope
tags
cscope.out

### CMAKE stuff
cmake_install.cmake
CMakeFiles/
_CPack_Packages/
CMakeCache.txt
CPackConfig.cmake
CPackSourceConfig.cmake

# generated files
doc/set_rcsinfo.cmake
doc/fulldoc.conf
doc/normaldoc.conf
lib/sli/rcsinfo.sli
extras/nest_vars.sh

pynest/examples/README
