.gitignore 917 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. # local and generated files not to be committed
  2. src/Makefile
  3. src/Makefile.vc
  4. *_m.h
  5. *_m.cc
  6. *_sm.h
  7. *_sm.cc
  8. .oppfeaturestate
  9. .nedexclusions
  10. src/inet/features.h
  11. src/inet/opp_defines.h
  12. precompiled_*.h.*
  13. /3rdparty
  14. **/MoBAN_Pattern*.txt
  15. # output and result files
  16. .settings/
  17. /doc/doxy/
  18. /doc/neddoc/
  19. /doc/src/manual/figures/*.pdf
  20. /doc/src/manual/inet-manual.pdf
  21. /doc/inet-manual-draft.pdf
  22. /examples/*/results/
  23. /examples/*/*/results/
  24. /examples/*/*/*/results/
  25. /examples/*/cache/
  26. /examples/*/*/cache/
  27. /tutorials/*/cache/
  28. /tutorials/*/data/
  29. /tutorials/wireless/html/
  30. /tests/*/work/
  31. /tests/*/*/work/
  32. /tests/*/results*/
  33. *.log
  34. *.sim
  35. *.pyc
  36. *.pcap
  37. *.sca
  38. *.vec
  39. *.vci
  40. .buildlog*
  41. # ignore binary files
  42. out/
  43. *.so
  44. *.dylib
  45. *.dll
  46. *.a
  47. *.lib
  48. *.exe
  49. *.o
  50. *.obj
  51. *.pdb
  52. *.idb
  53. *.manifest
  54. .qtenv.ini
  55. .qtenvrc
  56. .tkenvrc
  57. .tkenvlog
  58. .cmdenv-log
  59. netanim-trace.txt
  60. *.out
  61. # ignore backup and temp files
  62. *.UPDATED
  63. *.FAILED
  64. *.ERROR
  65. *.bak
  66. backups
  67. *~
  68. xxx
  69. /tmp/