18 lines
97 B
Text
18 lines
97 B
Text
|
a.out
|
||
|
|
||
|
# rust/cargo
|
||
|
/target/
|
||
|
|
||
|
# git
|
||
|
*.orig
|
||
|
|
||
|
# emacs
|
||
|
*~
|
||
|
\#*#
|
||
|
.#*#
|
||
|
|
||
|
# intellij
|
||
|
/.idea/
|
||
|
*.ipr
|
||
|
*.iml
|