blob: b1272244fe93bd7cbac1888b49e94b76d2358a52 [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
llvm-gofrontend/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
*~