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.
33 lines
329 B
33 lines
329 B
*
|
|
|
|
!.gitignore
|
|
!LICENSE
|
|
!Makefile
|
|
!README.md
|
|
|
|
!mlx_mac/
|
|
!mlx_mac/*
|
|
|
|
!lib/
|
|
|
|
!includes/
|
|
!cub3d.h
|
|
!mlx_keycode.h
|
|
|
|
!*.cub
|
|
!maps/
|
|
!maps/tests/
|
|
!maps/tests/doubles/
|
|
!maps/tests/invalid_format/
|
|
!maps/tests/invalid_map/
|
|
!maps/tests/invalid_values/
|
|
!maps/tests/missing/
|
|
|
|
!*.c
|
|
!src/
|
|
!src/mlx/
|
|
!src/parsing/
|
|
!src/render/
|
|
|
|
!*.xpm
|
|
!textures/
|
|
|