File: .gitignore

package info (click to toggle)
fpgatools 0.0%2B201212-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,176 kB
  • sloc: ansic: 25,528; makefile: 284; sh: 119; awk: 75
file content (39 lines) | stat: -rw-r--r-- 323 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
#
# common ignore files
#
.*
*.d
*.o
*.o.*
*.so
*.so.*

/tags
/TAGS

#
# git files that we don't want to ignore even it they are dot-files
#
!.gitignore

#
# binaries
#
draw_svg_tiles
new_fp
hstrrep
sort_seq
merge_seq
pair2net
autotest
fp2bit
bit2fp
hello_world
blinking_led

#
# folders
#
test.gold/
test.out/
build-libs/