]> Git Repo - wacom_tablet.git/blob - .gitignore
tmp
[wacom_tablet.git] / .gitignore
1 .vs
2 wacom3/Debug/*
3 !wacom3/Debug/Makefile
4 !wacom3/Debug/makedep.mk
5 wacom3/Release/*
6 !wacom3/Release/Makefile
7 !wacom3/Release/makedep.mk
8
9 ### COMPRESSED FILES ###########################################################
10
11 *.zip
12 *.tar.gz
13 *.tgz
14 *.tar.bz2
15 *.tbz2
16
17 ### PYTHON #####################################################################
18
19 /__pycache__/
20 *.pyc
21 *.pyo
22 *.egg-info
23
24 ### KICAD ######################################################################
25
26 /**-backups/
27 **\#auto_saved_files\#
28 **.kicad_prl
29 **.pro
30 **-bak
31 /kicad/wacom/gerber/*
32 !/kicad/wacom/gerber/.hidden
33 **fp-info-cache
This page took 0.025007 seconds and 4 git commands to generate.