]> git.donarmstrong.com Git - qmk_firmware.git/blob - .gitignore
updated drashna's keymaps (#1769)
[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 .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
38 util/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 .vscode/last.sql
43 .vscode/temp.sql
44 .stfolder
45
46 # ignore image files
47 *.png
48 *.jpg
49 *.gif
50
51 # Do not ignore MiniDox left/right hand eeprom files
52 !keyboards/minidox/*.eep
53
54 # things travis sees
55 secrets.tar
56 id_rsa_*
57 /.vs