oresat-star-tracker-hardware/.gitignore
2020-10-23 14:57:49 -07:00

72 lines
751 B
Plaintext

# Compiled source #
###################
*.npy
# Ignore list for Eagle, a PCB layout tool
# Backup files
*.s#?
*.b#?
*.l#?
# Eagle project file
# It contains a serial number and references to the file structure
# on your computer.
# comment the following line if you want to have your project file included.
eagle.epf
# Autorouter files
*.pro
*.job
# CAM files
*.$$$
*.cmp
*.ly2
*.l15
*.sol
*.plc
*.stc
*.sts
*.crc
*.crs
*.dri
*.drl
*.gpi
*.pls
*.drd
*.drd.*
*.info
*.eps
# file locks introduced since 7.x
*.lck
# pycache
__pycache__/
# LKM build files
*.ko
*.cmd
.tmp_versions
Module.symvers
modules.order
prucam.mod.c
# BMP images
*.bmp
# vim swap files
*.swp
# pru build files
pru_fw.asm
*/pru_code/gen
# macs are annoying
.DS_Store