forked from msrd0/mkalpiimg
16 lines
90 B
Text
16 lines
90 B
Text
|
# rust/cargo
|
||
|
/target/
|
||
|
|
||
|
# git
|
||
|
*.orig
|
||
|
|
||
|
# emacs
|
||
|
*~
|
||
|
\#*#
|
||
|
.#*#
|
||
|
|
||
|
# intellij
|
||
|
/.idea/
|
||
|
*.ipr
|
||
|
*.iml
|