14 lines
181 B
Plaintext
14 lines
181 B
Plaintext
# Ignore binary files
|
|
bin/
|
|
|
|
# Ignore CMake files
|
|
CMakeCache.txt
|
|
CMakeFiles/
|
|
cmake_install.cmake
|
|
Makefile
|
|
|
|
# Ignore library and include files
|
|
libs/*.so
|
|
libs/*.dll
|
|
include/irrlicht/*
|