GITLAB

UoN_EEE / Robot Wars

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Robot_Wars
  • .gitignore
  • 8b0ac5fd   Removed untidy entries from gitignore, after improving my own library management arrangements Browse Code ยป
    Christopher Stone
    2018-03-10 23:22:40 +0000  
.gitignore 391 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
 
# File automatically generated by some file managers
.directory

# Blender creates backup copies of files, which needn't be distributed
*.blend1

# Backup files
~*
# Solidworks log files
*.log.*

# Temporary files used for solidworks conversion from creo
*.stp

# Python caching
robots/little_john/telemetry/code/monitor/__pycache__/
*.pyc

# Project management files for kdevelop
*.kdev4