Files
crib/samples/sample.gitignore

13 lines
96 B
Plaintext

# Test gitignore file (to check syntax)
*
./!
*.log
!.gitignore[2]
**/*.lo[s]g
### Comment