.gitignore 278 B

123456789101112131415161718
  1. # Ignore extra folder (I keep there files which are not needed for the project
  2. # like .blender files
  3. extra/*
  4. # Ignore vim files
  5. *.swp
  6. # Ignore generated files
  7. bin/dargite3d
  8. Makefile
  9. # Ignore object files (that generate with make)
  10. src/*.o
  11. share/dargite3d/dargite3d
  12. *.tar.gz