]> git.donarmstrong.com Git - qmk_firmware.git/blob - .gitignore
travis files in gitignore for good measure
[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
28 # Eclipse/PyCharm/Other IDE Settings
29 .cproject
30 .project
31 .settings/
32 .idea
33 .browse.VC.db*
34 *.stackdump
35 util/Win_Check_Output.txt
36 # Let these ones be user specific, since we have so many different configurations
37 .vscode/launch.json
38 .vscode/tasks.json
39 .stfolder
40
41 # ignore image files
42 *.png
43 *.jpg
44 *.gif
45
46 # Do not ignore MiniDox left/right hand eeprom files
47 !keyboards/minidox/*.eep 
48
49 # things travis sees
50 secrets.tar
51 qmk.fm
52 id_rsa_qmk_firmware