# Ignore generated files:

# Generated by regular build:
Makefile
Makefile.in
*.o
*.a
*.gmo

# Generated by sed script for menu data:
data/menus/menu_strings

#Generated by GNU Autotools:
configure
config.guess
config.sub
config.rpath
config.h
config.h.in
stamp-h1
config.log
config.status
configure.lineno
autom4te.cache/
m4/
depcomp
install-sh
missing
*.m4
libtool
ltmain.sh

# (the specfiles are made from *.spec.in)
tuxmath.spec
tuxmath_preview.spec

# Ignore any untracked files under build/ or buildw32/
build/
buildw32/
# ...except scripts:
!buildw32/*.sh

# Ignore backup files:
*~

# Ignore Qt Creator project file
CMakeLists.txt.user
