HLS_arbitrary_Precision_Types/.gitignore

50 lines
497 B
Plaintext
Raw 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
packages/tarball/*.tar.gz
packages/debian/*
!packages/debian/control
!packages/debian/make_deb.sh
*.deb
packages/hls-ap-types-arch/*
!packages/hls-ap-types-arch/PKGBUILD