conan-recipes/recipes/webots-controller/all/test_package/.gitignore

12 lines
153 B
Plaintext

# Ignore everything
*
# But do not ignore files with extensions (like .c, .py, .md)
!*.*
# Do not ignore directories
!*/
*.dll
*.exe
build/
*.pyc
*.json