14 lines
183 B
Plaintext
14 lines
183 B
Plaintext
# git ls-files --others --exclude-from=.git/info/exclude
|
|
# Lines that start with '#' are comments.
|
|
*.depend
|
|
*.cbp
|
|
*.layout
|
|
sdl2-config
|
|
*.exclude
|
|
*.o
|
|
*.psd
|
|
*.exe
|
|
!bhi.exe
|
|
.tags*
|
|
*.txt
|