.hgignore
author Jan Vrany <jan.vrany@fit.cvut.cz>
Wed, 07 Jun 2017 14:41:35 +0100
branchjv
changeset 1513 4b7b0f9a8506
parent 1442 14aa87cd5d2d
child 1555 8ae2c5c8a56e
permissions -rw-r--r--
Cleanup: Use `UserPreferences class >> loadSettingsFrom:` ...or `UserPreferences class >> loadSettings` to load preferences.

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/*.dll
packages/*.so
modules/*
libstx_*.dll
libstx_*.so
librun.dll
librun.so
symbols.stc

st.chg

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