11 lines
82 B
Plaintext
11 lines
82 B
Plaintext
# git ignore file
|
|
#.gitignore
|
|
|
|
# files
|
|
|
|
# directories
|
|
|
|
# build results
|
|
*.opt
|
|
*.~u
|