Raw File
.gitignore
*.o
*.a
*.decl.h
*.def.h
config.*
!config.h.in
Makefile
charmrun
ChaNGa*
VERSION
VERSION.new
cha_commitid.c

# autoconf caches
autom4te.cache/

# Eclipse folders
.cproject
.project
.pydevproject
language.settings.xml

# These should be rebuilt
Makefile.dep
cuda.mk

# Dependency files
*.d
back to top