blob: 1b502fa54b81fd6a9e20ab90cd2eeacc7f554fdf [file] [log] [blame]
# This directory is where cmake will drop downloaded tar files
# for the gofrontend deps (GMP, MPCR, etc)
external/
# This is a separate git repo and is tracked independently
gofrontend/
# 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
*~