Files
teleoperation/.gitignore
2019-02-25 21:00:42 +01:00

29 lines
297 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 stuff
*.png
# But not the whole scheme
!teleoperation_overview.png
# Presentation stuff
*.pptx
# fuck apple
.DS_Store