-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitignore
57 lines (45 loc) · 1.26 KB
/
.gitignore
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
#/******************************************************************************
# * w_scan_cpp - a dtv channel scanner based on VDR (www.tvdr.de) and it's
# * Plugins.
# *
# * See the README file for copyright information and how to reach the author.
# *****************************************************************************/
#/******************************************************************************
# * binaries, artifacts and objects
# *****************************************************************************/
*.dll
*.exe
*.lib
*.o
*.so
*.so.*
.dependencies
w_scan_cpp
#/******************************************************************************
# * subdirs
# *****************************************************************************/
vdr
#/******************************************************************************
# * Packages
# *****************************************************************************/
*.7z
*.tgz
*.tar.bz2
*.tar.xz
*.zip
#/******************************************************************************
# * logs, confs, diffs, pdf, OS files, ...
# *****************************************************************************/
*.diff
*.patch
*.log
*.txt
*.html
*.conf
*.pdf
*.inc
*.xspf
*.dat
*.m3u
README.md
Thumbs.db