]> git.donarmstrong.com Git - qmk_firmware.git/blob - .gitignore
update layout macros for planck
[qmk_firmware.git] / .gitignore
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
15 tags
16 *~
17 build/
18 .build/
19 *.bak
20 .vagrant/
21 quantum/version.h
22 .idea/
23 CMakeLists.txt
24 cmake-build-debug
25 .DS_STORE
26 /util/wsl_downloaded
27 /util/win_downloaded
28 /keyboards/*/Makefile
29 /keyboards/*/*/Makefile
30 /keyboards/*/keymaps/Makefile
31
32 # Eclipse/PyCharm/Other IDE Settings
33 .cproject
34 .project
35 .settings/
36 .idea
37 .browse.VC.db*
38 *.stackdump
39 util/Win_Check_Output.txt
40 # Let these ones be user specific, since we have so many different configurations
41 .vscode/launch.json
42 .vscode/tasks.json
43 .vscode/last.sql
44 .vscode/temp.sql
45 .stfolder
46
47 # ignore image files
48 *.png
49 *.jpg
50 *.gif
51
52 # Do not ignore MiniDox left/right hand eeprom files
53 !keyboards/minidox/*.eep
54
55 # things travis sees
56 secrets.tar
57 id_rsa_*
58 /.vs