castletour/.gitignore

14 lines
181 B
Plaintext
Raw Normal View History

2014-10-19 15:36:32 +00:00
# Ignore binary files
bin/
2014-10-19 15:36:32 +00:00
# Ignore CMake files
CMakeCache.txt
CMakeFiles/
cmake_install.cmake
Makefile
# Ignore library and include files
libs/*.so
libs/*.dll
include/irrlicht/*