Switch to unified view

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