castletour/.gitignore
2014-10-19 10:36:32 -05:00

13 lines
159 B
Plaintext

# Ignore binary files
bin/*
# Ignore CMake files
CMakeCache.txt
CMakeFiles/
cmake_install.cmake
Makefile
# Ignore library and include files
libs/*
include/*