Updating the README
[MUSB.git] / .gitignore
blobdcd4b7eb065b7eb125970cceec2066606caf677f
1 # ignore all bin directories
2 # matches "bin" in any subfolder
3 bin/
5 # matches "build" in any subfolder
6 build/
8 # ignore all target directories
9 target/
11 # ignore all out directories
12 out/
14 # ignore all files ending with ~
16 *.~*
18 #ignore other files
19 *.log
20 *.icarus
21 *.vvp
22 *.out
23 *.vcd
24 *.txt
25 *.tags*
26 *.Debug
27 *.Release
28 *.t2d
29 *.pro.user*
30 *Makefile*