File: .gitignore

package info (click to toggle)
libfreenect 1%3A0.5.3-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 4,164 kB
  • ctags: 4,613
  • sloc: ansic: 7,417; cpp: 7,265; cs: 2,062; python: 992; ruby: 873; java: 730; xml: 49; makefile: 28; sh: 27
file content (32 lines) | stat: -rw-r--r-- 350 bytes parent folder | download | duplicates (7)
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
#ignore thumbnails created by windows
Thumbs.db
#ignore Desktop Service Store files created by mac
*.DS_Store
#Ignore files build by Visual Studio
*.obj
*.exe
*.pdb
*.user
*.aps
*.pch
*.vspscc
*_i.c
*_p.c
*.ncb
*.suo
*.tlb
*.tlh
*.bak
*.cache
*.ilk
*.log
[Bb]in
[Dd]ebug*/
*.lib
*.sbr
obj/
[Rr]elease*/
_ReSharper*/
[Tt]est[Rr]esult*
build
/results/