# 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]
# *~

/.project

# The same type as `'/.project'`
# /.settings

/sharedTools/external/*

thumbs.db

/packs

*.pyc

# /.cache

# /bigtxt
.metadata/*

*~

/sharedTools/jsApiLua.lua

._*

.DS_Store

# /DISABLED

# /.pydevproject

# /testbox

*.swp

/packs/packagesTree

/packs/*.ini

# .buildpath

# The same type as `'/sharedTools/external/*'`
# /resources/hooks/*

# .idea

.idea/*

# /tags

**.iml

.sonar/*

.*.sw?
