You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

38 lines
465 B

  1. ##Third-Party libs
  2. resources/3rdparty/log4cplus-1.1.0/**
  3. resources/3rdparty/gtest-1.6.0/**
  4. resources/3rdparty/eigen/**
  5. resources/3rdparty/gmm-4.2/**
  6. #Visual Studio files
  7. *.[Oo]bj
  8. *.user
  9. *.aps
  10. *.pch
  11. *.vspscc
  12. *.vssscc
  13. *_i.c
  14. *_p.c
  15. *.ncb
  16. *.suo
  17. *.tlb
  18. *.tlh
  19. *.bak
  20. *.[Cc]ache
  21. *.ilk
  22. *.log
  23. *.lib
  24. *.sbr
  25. *.sdf
  26. *.opensdf
  27. *.unsuccessfulbuild
  28. # XCode directories and files
  29. storm/**
  30. ipch/
  31. obj/
  32. CMakeFiles/
  33. # The build Dir
  34. build/
  35. build//CMakeLists.txt
  36. /*.vcxproj
  37. /*.filters
  38. /*.sln