# git-ls-files --others --exclude-from=.git/info/exclude
# Lines that start with '#' are comments.
# For a project mostly in C, the following would be a good set of
# exclude patterns (uncomment them if you want to use them):
# *.[oa]
*~
.DS_Store

*.beam

# Auto-generated.
/vsn.mk

# Should only be present in a source package, but could also
# be created manually in a .git repository to work around
# issues with WINGS-VERSION-GEN.
/version

# Generated by user_default:dialyze/0.
/dialyzer_warnings.raw

# /ebin/
/ebin/*.app
/ebin/*.bundle
/ebin/*.lang
/ebin/*.png

# /intl_tools/
/intl_tools/wings_chars.hrl

# /fonts/
/fonts/*.wingsfont

# /priv/
/priv/*

# /c_src/
/c_src/*.o
/c_src/*.obj
/c_src/*.pdb
/c_src/tess/*.o
/c_src/tess/*.obj

# /plugins/
/plugins/*

# /plugins/autouv/
/plugins/autouv/*

# /plugins_src/autouv/
/plugins_src/autouv/autouv_en.lang

# /plugins_src/fbx/
/plugins_src/fbx/*.o
/plugins_src/fbx/*.obj
/plugins_src/fbx/*.so
/plugins_src/fbx/fbx_ops.h
/plugins_src/fbx/fbx_ops.hrl

# /src/
/src/wings_en.lang

# release files
/wings-*
/build/*
/macosx/build/*
/macosx/Info.plist
/win32/Wings3D.exe
/win32/wings3d_res.o
/win32/wings3d.obj
/win32/wings3d.res

# deps
/_deps/*

# crash dump files
*.dump

# Emacs Tag files
TAGS
