# vim temp files
*.swp

# 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

# Any tmp file
*.tmp
**/tmp

# ctags 
tags

# actual config file
QccPack-0.61-1/QccPack.config

# all the Makefiles
QccPack-0.61-1/**/Makefile

# executables in the utils directory
**/utils/*
!**/utils/*.c
!**/utils/*.h
!**/utils/html-man
!**/utils/man1

# lib and include directory
QccPack-0.61-1/lib
QccPack-0.61-1/include
QccPack-0.61-1/install

# build and install directory
build*/
install*/
.vscode/

# big test data
test_data/wmag256.float
test_data/wmag512.float
test_data/wmag500.float
