HLS_arbitrary_Precision_Types/.gitignore
2022-02-14 12:09:23 +01:00

52 lines
551 B
Plaintext

# Prerequisites
*.d
# 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
# Executables
*.exe
*.out
*.app
# Vim temp
*.swp
*.swo
# test folder
test
# packages
packages/tarball/*
!packages/tarball/makefile
!packages/tarball/make_tarball.sh
packages/debian/*
!packages/debian/control
!packages/debian/make_deb.sh
*.deb
packages/hls-ap-types-arch/*
!packages/hls-ap-types-arch/PKGBUILD