atbetaflight/.gitignore

43 lines
498 B
Plaintext
Raw Normal View History

*.o
.DS_Store
*~
2013-11-01 16:34:30 -07:00
*.uvopt
*.dep
*.bak
2013-11-01 16:55:27 -07:00
*.uvgui.*
*.swp
*.save
.project
.settings
.cproject
2015-10-29 08:06:29 -07:00
obj/
patches/
startup_stm32f10x_md_gcc.s
2016-11-23 11:01:20 -08:00
.idea
# script-generated files
docs/Manual.pdf
README.pdf
2017-07-01 00:04:33 -07:00
# artefacts of top-level Makefile
2017-07-02 16:59:00 -07:00
/downloads/
/tools/
/build/
# local changes only
make/local.mk
2016-10-23 08:13:47 -07:00
2017-07-01 00:04:33 -07:00
# artefacts for VisualGDB (running in Visual Studio)
2016-10-23 08:13:47 -07:00
mcu.mak
mcu.mak.old
2017-03-02 16:38:42 -08:00
stm32.mak
2017-07-01 00:04:33 -07:00
# artefacts for Visual Studio Code
2017-07-02 16:59:00 -07:00
/.vscode/
2017-07-01 00:04:33 -07:00
# artefacts for CLion
2017-07-02 16:59:00 -07:00
/cmake-build-debug/
/CMakeLists.txt
2017-09-08 08:35:59 -07:00
.vagrant
ubuntu*.log