Switch to unified view

a/.gitignore b/.gitignore
1
/out
1
# Compiled sources
2
src/rina
3
/doc/
4
/doxy.cfg
5
.settings/
6
*_m.h
2
*_m.h
7
*_m.cc
3
*_m.cc
8
*_sm.h
4
*_sm.h
9
*_sm.cc
5
*_sm.cc
10
src/Makefile
6
src/Makefile
11
src/Makefile.vc
7
src/Makefile.vc
8
9
# Doxygen documentation
10
/doc/
11
/doxy.cfg
12
/doc/doxy/
12
/doc/doxy/
13
/doc/neddoc/
13
/doc/neddoc/
14
15
# Ignore results
14
/examples/*/results/
16
/examples/*/results/
15
/examples/*/*/results/
17
/examples/*/*/results/
16
/examples/*/*/*/results/
18
/examples/*/*/*/results/
17
/tests/*/work/
19
*.sca
20
*.vec
21
*.vci
22
.computed/
23
24
# Misceleanous
18
*.pyc
25
*.pyc
19
*.pcap
26
*.pcap
20
*.sca
27
.settings/
21
*.vec
28
.tkenvrc
29
.tkenvlog
30
.cmdenv-log
31
netanim-trace.txt
32
gcc-debug
33
22
# ignore binary files
34
# ignore binary files
35
/out
23
out/
36
out/
24
*.so
37
*.so
25
*.dylib
38
*.dylib
26
*.dll
39
*.dll
27
*.tmp*
40
*.tmp*
41
sta*
28
*.a
42
*.a
29
*.lib
43
*.lib
30
*.exe
44
*.exe
31
*.o
45
*.o
32
*.obj
46
*.obj
33
*.pdb
47
*.pdb
34
*.idb
48
*.idb
35
*.manifest
49
*.manifest
36
.tkenvrc
37
.tkenvlog
38
.cmdenv-log
39
netanim-trace.txt
40
*.out
50
*.out
41
gcc-debug
51
src/rina
42
52
43
# ignore backup and temp files
53
# ignore backup and temp files
44
*.bak
54
*.bak
45
*~
55
*~