https://github.com/paboyle/Grid
Raw File
Tip revision: d68937654b9aabe43da5b3981587f868eaf1d576 authored by Peter Boyle on 20 October 2016, 15:40:31 UTC
Merge pull request #50 from waterret/develop
Tip revision: d689376
.gitignore
# Compiled Object files #
#########################
*.slo
*.lo
*.o
*.obj

# Editor files #
################
*~
*#

# Precompiled Headers #
#######################
*.gch
*.pch

# Compiled Dynamic libraries #
##############################
*.so
*.dylib
*.dll

# Fortran module files #
########################
*.mod

# Compiled Static libraries #
#############################
*.lai
*.la
*.a
*.lib

# Executables #
###############
*.exe
*.out
*.app

# http://www.gnu.org/software/automake #
########################################
Makefile.in
Makefile
Config.h
Config.h.in
config.log
config.status
.deps
*.inc

# http://www.gnu.org/software/autoconf #
########################################
autom4te.cache
aclocal.m4
compile
configure
depcomp
install-sh
missing
stamp-h1
config.sub
config.guess
INSTALL
.dirstamp
ltmain.sh
 
# Logs and databases #
######################
*.log
*.sql
*.sqlite
 
# OS generated files #
######################
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# build directory #
###################
build*/*

# IDE related files #
#####################
*.xcodeproj/*
build.sh

# Eigen source #
################
lib/Eigen/*

# FFTW source #
################
lib/fftw/*

# libtool macros #
##################
m4/lt*
m4/libtool.m4
back to top