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.

40 lines
462 B

8 years ago
8 years ago
  1. # System Files
  2. .directory
  3. *.swp
  4. # Compiled files
  5. *.o
  6. *.so
  7. *.rlib
  8. *.dll
  9. # logging files
  10. *.log
  11. # Executables
  12. *.exe
  13. # Generated by Cargo
  14. /target/
  15. # Building a library, so ignore the lock file
  16. Cargo.lock
  17. # Cache Directory
  18. .hash_cache/
  19. # Ignore sublime workspace files
  20. *.sublime-workspace
  21. *.sublime-project
  22. #Rustfmt backup files
  23. *.rs.bk
  24. # FFI test binaries
  25. FFI-tests/*.so
  26. FFI-tests/*.o
  27. FFI-tests/*.out
  28. FFI-tests/_*.c
  29. .idea/
  30. CMakeLists.txt
  31. cmake-build-debug/