29 lines
299 B
Plaintext
29 lines
299 B
Plaintext
# Ignore all
|
|
*
|
|
|
|
# Unignore all with extensions
|
|
!*.*
|
|
|
|
# Unignore all dirs
|
|
!*/
|
|
|
|
*.o
|
|
*.so
|
|
*.prv
|
|
*.pcf
|
|
*.png
|
|
*.svg
|
|
|
|
CMakeLists.txt.user
|
|
CMakeCache.txt
|
|
CMakeFiles
|
|
CMakeScripts
|
|
Testing
|
|
Makefile
|
|
cmake_install.cmake
|
|
install_manifest.txt
|
|
compile_commands.json
|
|
CTestTestfile.cmake
|
|
_deps
|
|
DartConfiguration.tcl
|