Child: [65cd22] (diff)

Download this file

.gitignore    49 lines (46 with data), 473 Bytes

/out
/.cproject
/.oppbuildspec
/Makefile
/Makefile.vc
src/rina

.settings/
*_m.h
*_m.cc
*_sm.h
*_sm.cc
src/Makefile
src/Makefile.vc
/doc/doxy/
/doc/neddoc/
/examples/*/results/
/examples/*/*/results/
/examples/*/*/*/results/
/tests/*/work/
*.pyc
*.pcap
*.sca
*.vec
# ignore binary files
out/
*.so
*.dylib
*.dll
*.tmp*
*.a
*.lib
*.exe
*.o
*.obj
*.pdb
*.idb
*.manifest
.tkenvrc
.tkenvlog
.cmdenv-log
netanim-trace.txt
*.out
gcc-debug

# ignore backup and temp files
*.bak
*~