Files
teleoperation/.gitignore

32 lines
306 B
Plaintext

# Python stuff
*.pyc
# Vim stuff
.*.sw*
# Some files
experiments.py
# Gedit stuff
*~
# QTCreator Stuff?
CMakeLists.txt.user
# Ignore PDFs on master
literature/
# Pictures
*.png
# But not the necessary ones
!docs/figures/**/*
# Presentation stuff
*.pptx
# fuck apple
.DS_Store
# Latex Stuff
build/