123456789101112131415161718 |
- # Ignore extra folder (I keep there files which are not needed for the project
- # like .blender files
- extra/*
- # Ignore vim files
- *.swp
- # Ignore generated files
- bin/dargite3d
- Makefile
- # Ignore object files (that generate with make)
- src/*.o
- share/dargite3d/dargite3d
- *.tar.gz
|