Remove all Makefiles from the keyboards directory. (#1660)
[jackhill/qmk/firmware.git] / .gitignore
... / ...
CommitLineData
1.dep
2*.o
3*.bin
4*.eep
5*.elf
6*.hex
7!util/bootloader.hex
8!quantum/tools/eeprom_reset.hex
9*.log
10*.lss
11*.lst
12*.map
13*.sym
14*.swp
15tags
16*~
17build/
18.build/
19*.bak
20.vagrant/
21quantum/version.h
22.idea/
23CMakeLists.txt
24.DS_STORE
25/util/wsl_downloaded
26/util/win_downloaded
27/keyboards/*/Makefile
28/keyboards/*/*/Makefile
29/keyboards/*/keymaps/Makefile
30
31# Eclipse/PyCharm/Other IDE Settings
32.cproject
33.project
34.settings/
35.idea
36.browse.VC.db*
37*.stackdump
38util/Win_Check_Output.txt
39# Let these ones be user specific, since we have so many different configurations
40.vscode/launch.json
41.vscode/tasks.json
42.stfolder
43
44# ignore image files
45*.png
46*.jpg
47*.gif
48
49# Do not ignore MiniDox left/right hand eeprom files
50!keyboards/minidox/*.eep
51
52# things travis sees
53secrets.tar
54id_rsa_*