]> rtime.felk.cvut.cz Git - fpga/virtex2/msp_motion.git/blob - .gitignore
Merge branch 'master' of rtime.felk.cvut.cz:/fpga/virtex2/msp_motion
[fpga/virtex2/msp_motion.git] / .gitignore
1  # Files in HDL build directory
2 ###################################
3 build/*
4
5 # Products of SW compiling
6 ###################################
7 software/*/_build/
8 software/*/_compiled/
9 software/*/config.omk-default
10
11 # Dependency file
12 ###################################
13 *.d
14
15 # File backups (e.g. file.h~)
16 ###################################
17 *~
18
19 # OMK default
20 ###################################
21 *.omk-default
22
23 # Patch files
24 ###################################
25 *.patch