clox/.gitignore

37 lines
399 B
Plaintext
Raw Normal View History

2019-06-02 14:58:15 -05:00
.DS_Store
.metadata
bin/
tmp/
*.tmp
*.bak
*.swp
*~.nib
local.properties
.settings/
.loadpath
.recommenders
# External tool builders
.externalToolBuilders/
# Locally stored "Eclipse launch configurations"
*.launch
# CDT-specific (C/C++ Development Tooling)
.cproject
# CDT- autotools
.autotools
# Code Recommenders
.recommenders/
# Annotation Processing
.apt_generated/
*.o
*.d
Debug
Release