mirror of
https://github.com/EnergyMech/energymech.git
synced 2025-12-17 15:36:50 +00:00
54 lines
545 B
Plaintext
54 lines
545 B
Plaintext
# emech .gitignore
|
|
|
|
|
|
# autogenerated files
|
|
myconfig
|
|
src/Makefile
|
|
src/config.h
|
|
src/mcmd.h
|
|
src/usercombo.h
|
|
src/githash.h
|
|
src/hashdata.cache
|
|
trivia/*.index
|
|
|
|
# compiled files
|
|
energymech
|
|
src/energymech
|
|
src/*.o
|
|
src/lib/*.o
|
|
src/gencmd
|
|
src/aliastest
|
|
src/calctest
|
|
src/safepathtest
|
|
trivia/mkindex
|
|
|
|
# mech typical user config files
|
|
*~
|
|
*.bak
|
|
mech.*
|
|
root.zone*
|
|
trick.conf
|
|
trivia/megatrivia.txt
|
|
*.log
|
|
*.stats
|
|
|
|
# developer files
|
|
dev/*
|
|
.use_size
|
|
.use_warn
|
|
conf
|
|
debug*
|
|
src/benchmark*
|
|
src/nostdlib
|
|
src/x
|
|
src/y
|
|
src/z
|
|
x
|
|
y
|
|
z
|
|
randdata
|
|
test.conf
|
|
postfix.sh
|
|
gmon.out
|
|
|