File: .gitignore

package info (click to toggle)
librepfunc 1.11.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 468 kB
  • sloc: cpp: 1,768; makefile: 270
file content (55 lines) | stat: -rw-r--r-- 1,272 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
#/*******************************************************************************
# * librepfunc - a collection of common functions, classes and tools.
# * See the README file for copyright information and how to reach the author.
# ******************************************************************************/


#/******************************************************************************
# * binaries and objects
# *****************************************************************************/

*.dll
*.dll.a
*.exe
*.lib
*.o
*.so
*.so.*
*_example
*.a
*.la

#/******************************************************************************
# * subdirs
# *****************************************************************************/
tests

#/******************************************************************************
# * 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
librepfunc.pc