.hgignore
author Jan Vrany <jan.vrany@fit.cvut.cz>
Mon, 24 Sep 2018 20:52:34 +0100
branchjv
changeset 1579 e6c2667b4692
parent 1555 8ae2c5c8a56e
permissions -rw-r--r--
Fix bug when install `smalltalkx.svg` and `smalltalkx.desktop` when running from toy archive

syntax: glob
*.chg
*~
*.orig
*.o
*.obj
*.c
*.so
*.sc
*Init.c
*.H
*.STH
*/makefile
*/docs/output/*
*/docs/*.xml.profiled

objbc/*
objvc/*
objmingw/*
*.res
*-Test.xml
*.base
*.orig
*.local
*.other
makefile

# Compilation artifacts
stx.exe
stx.com
stx
buildDate.h
modulList.*

# Maintained by rakefiles for now (unless fully automatic
# dependency extractor is implemented)
modules.stx

resources/stx
packages/*
packages/*
modules/*
lib*.dll
lib*.so
lib*.debug
librun.dll
librun.so
symbols.stc

st.chg

# Support libraries used on Windows
libgcc_s_dw2-1.dll
X11.dll
Xext.dll

# Logs from Windows Launcher
smalltalk*.log