HLS_arbitrary_Precision_Types/.gitignore

52 lines
551 B
Plaintext
Raw Permalink Normal View History

2019-01-29 05:56:53 +01:00
# 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
2022-02-08 18:50:43 +01:00
# packages
2022-02-14 12:06:14 +01:00
packages/tarball/*
!packages/tarball/makefile
!packages/tarball/make_tarball.sh
2022-02-08 18:50:43 +01:00
packages/debian/*
!packages/debian/control
!packages/debian/make_deb.sh
*.deb
packages/hls-ap-types-arch/*
!packages/hls-ap-types-arch/PKGBUILD