blob: 43c33090e806915e5074dcc1d5b6c3f344efefff [file] [log] [blame]
# This directory is where cmake will drop downloaded tar files
# for the gofrontend deps (GMP, MPCR, etc)
external/
# These are separate git repos and are tracked independently
gofrontend/
libgo/libbacktrace
libgo/libffi
libgo/libbacktrace/
libgo/libffi/
# Compiled Object files
*.slo
*.lo
*.o
*.obj
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Fortran module files
*.mod
*.smod
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Compiled python files
*.pyc
# Executables
*.exe
*.out
*.app
# Emacs autosave files
*~