File: .gitignore

package info (click to toggle)
glyr 1.0.9-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,772 kB
  • ctags: 1,314
  • sloc: ansic: 13,071; python: 1,052; ruby: 75; makefile: 19
file content (41 lines) | stat: -rw-r--r-- 403 bytes parent folder | download | duplicates (4)
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
# Ignore object files
*.o
*.a
*.so
__pycache__/
*.pyc
*.patch
*.cmake
core
*.gch
libglyr.pc
doc/doc
doc/build
spec/provider/results/

# Ignore documentation, local working directory
child/

bin/

# Ignore CMake output
CMakeCache.txt
CMakeFiles/
cmake_install.cmake
install_manifest.txt
Makefile

# testoutput
test/out/*

# swig
*_wrap.c

# vim swap files
*.swp
*.swo
*.swn

#rmlint
rmlint.sh
rmlint.log