File: .gitignore

package info (click to toggle)
biosig 3.9.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 10,648 kB
  • sloc: ansic: 43,971; cpp: 12,234; sh: 4,585; objc: 2,283; makefile: 1,831; python: 88; awk: 73; php: 40; perl: 36; java: 14; ruby: 7
file content (54 lines) | stat: -rw-r--r-- 924 bytes parent folder | download
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
# backup files
*~
# ignore precompiled files
# ignore object files
*.i
*.o
*.obj
*.o64
# ignore library files
*.a
*.so*
*.dll
*.def
*.png
*.mex*
# ignore executables
biosig4c++/save2gdf
biosig4c++/biosig2gdf
biosig4c++/physicalunits
biosig4c++/biosig_fhir
biosig4c++/mma/sload
biosig4c++/mma/sload.exe
biosig4c++/R/biosig.Rcheck/
biosig4c++/python/Biosig.egg-info/
# ignore mex files
biosig4c++/mex/mexSOPEN.cpp
#
biosig4c++/java/*.class
biosig4c++/java/*.h
#
biosig4c++/magic/file.list
biosig4c++/magic/*.mgc
#
# autoconf generated files
autom4te.cache/
config.log
config.status
config.sub
configure
biosig4c++/python/setup.py
biosig4c++/R/DESCRIPTION
Makefile
biosig4c++/CMakeCache.txt
biosig4c++/CMakeFiles
# 
*.exe
*.deb
*.tar.gz
# MacPorts stuff
biosig4c++/macports/PortIndex
biosig4c++/macports/PortIndex.quick
biosig4c++/macports/Portfile-libbiosig.diff
biosig4c++/macports/biosig4c++-*.src.tar.gz*
biosig4c++/build/*