mirror of
https://github.com/EnergyMech/energymech.git
synced 2025-12-17 07:26:21 +00:00
38 lines
403 B
Plaintext
38 lines
403 B
Plaintext
# emech .gitignore
|
|
|
|
|
|
# autogenerated files
|
|
src/Makefile
|
|
src/config.h
|
|
src/mcmd.h
|
|
src/usercombo.h
|
|
trivia/*.index
|
|
|
|
# compiled files
|
|
energymech
|
|
src/energymech
|
|
src/*.o
|
|
src/gencmd
|
|
src/aliastest
|
|
src/safepathtest
|
|
trivia/mkindex
|
|
|
|
# mech typical user config files
|
|
*~
|
|
*.bak
|
|
mech.passwd
|
|
mech.conf
|
|
mech.users
|
|
mech.pid
|
|
mech.session
|
|
root.zone*
|
|
trick.conf
|
|
|
|
# developer files
|
|
.use_size
|
|
conf
|
|
debug*
|
|
*.log
|
|
*.stats
|
|
github
|