# 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/*.bundle
/ebin/*.lang

# /fonts/
/fonts/*.wingsfont

# /plugins/
/plugins/*

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

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

# /plugins_src/mac_file/
/plugins_src/mac_file/mac_file_en.lang

# /plugins_src/fbx/
/plugins_src/fbx/*.o
/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/*

# crash dump files
*.dump
