2015-07-17 03:15:17 +01:00
|
|
|
# Compiled Object files #
|
|
|
|
#########################
|
2015-03-04 03:12:19 +00:00
|
|
|
*.slo
|
|
|
|
*.lo
|
|
|
|
*.o
|
|
|
|
*.obj
|
2015-07-17 03:15:17 +01:00
|
|
|
|
|
|
|
# Editor files #
|
|
|
|
################
|
2015-03-04 04:13:07 +00:00
|
|
|
*~
|
2015-05-27 10:30:11 +01:00
|
|
|
*#
|
2017-01-16 06:32:05 +00:00
|
|
|
*.sublime-*
|
2015-03-04 03:12:19 +00:00
|
|
|
|
2015-07-17 03:15:17 +01:00
|
|
|
# Precompiled Headers #
|
|
|
|
#######################
|
2015-03-04 03:12:19 +00:00
|
|
|
*.gch
|
|
|
|
*.pch
|
|
|
|
|
2015-07-17 03:15:17 +01:00
|
|
|
# Compiled Dynamic libraries #
|
|
|
|
##############################
|
2015-03-04 03:12:19 +00:00
|
|
|
*.so
|
|
|
|
*.dylib
|
|
|
|
*.dll
|
|
|
|
|
2015-07-17 03:15:17 +01:00
|
|
|
# Fortran module files #
|
|
|
|
########################
|
2015-03-04 03:12:19 +00:00
|
|
|
*.mod
|
|
|
|
|
2015-07-17 03:15:17 +01:00
|
|
|
# Compiled Static libraries #
|
|
|
|
#############################
|
2015-03-04 03:12:19 +00:00
|
|
|
*.lai
|
|
|
|
*.la
|
|
|
|
*.a
|
|
|
|
*.lib
|
|
|
|
|
2015-07-17 03:15:17 +01:00
|
|
|
# Executables #
|
|
|
|
###############
|
2015-03-04 03:12:19 +00:00
|
|
|
*.exe
|
|
|
|
*.out
|
|
|
|
*.app
|
|
|
|
|
2015-07-17 03:15:17 +01:00
|
|
|
# http://www.gnu.org/software/automake #
|
|
|
|
########################################
|
2015-03-04 03:12:19 +00:00
|
|
|
Makefile.in
|
2015-04-06 11:29:55 +01:00
|
|
|
Makefile
|
2015-10-27 10:47:07 +00:00
|
|
|
Config.h
|
2015-12-08 13:52:44 +00:00
|
|
|
Config.h.in
|
2015-04-06 11:29:55 +01:00
|
|
|
config.log
|
|
|
|
config.status
|
|
|
|
.deps
|
2016-08-05 15:38:21 +01:00
|
|
|
Make.inc
|
|
|
|
eigen.inc
|
2016-11-26 18:25:12 +00:00
|
|
|
Eigen.inc
|
2015-03-04 03:12:19 +00:00
|
|
|
|
2015-07-17 03:15:17 +01:00
|
|
|
# http://www.gnu.org/software/autoconf #
|
|
|
|
########################################
|
|
|
|
autom4te.cache
|
|
|
|
aclocal.m4
|
|
|
|
compile
|
|
|
|
configure
|
|
|
|
depcomp
|
|
|
|
install-sh
|
|
|
|
missing
|
|
|
|
stamp-h1
|
|
|
|
config.sub
|
|
|
|
config.guess
|
|
|
|
INSTALL
|
2016-06-20 12:30:51 +01:00
|
|
|
.dirstamp
|
2016-08-03 15:14:33 +01:00
|
|
|
ltmain.sh
|
2015-05-27 10:30:11 +01:00
|
|
|
|
|
|
|
# Logs and databases #
|
|
|
|
######################
|
|
|
|
*.log
|
|
|
|
*.sql
|
|
|
|
*.sqlite
|
|
|
|
|
|
|
|
# OS generated files #
|
|
|
|
######################
|
|
|
|
.DS_Store
|
|
|
|
.DS_Store?
|
|
|
|
._*
|
|
|
|
.Spotlight-V100
|
|
|
|
.Trashes
|
|
|
|
ehthumbs.db
|
2015-06-10 12:26:25 +01:00
|
|
|
Thumbs.db
|
2015-07-17 03:15:17 +01:00
|
|
|
|
|
|
|
# build directory #
|
|
|
|
###################
|
2016-04-30 08:13:53 +01:00
|
|
|
build*/*
|
2015-07-17 03:15:17 +01:00
|
|
|
|
|
|
|
# IDE related files #
|
|
|
|
#####################
|
|
|
|
*.xcodeproj/*
|
|
|
|
build.sh
|
2017-03-23 05:09:35 +00:00
|
|
|
.vscode
|
2017-11-22 17:13:09 +00:00
|
|
|
*.code-workspace
|
2016-07-30 17:53:18 +01:00
|
|
|
|
|
|
|
# Eigen source #
|
|
|
|
################
|
|
|
|
lib/Eigen/*
|
|
|
|
|
2016-09-20 11:25:06 +01:00
|
|
|
# FFTW source #
|
|
|
|
################
|
|
|
|
lib/fftw/*
|
|
|
|
|
2016-07-30 17:53:18 +01:00
|
|
|
# libtool macros #
|
|
|
|
##################
|
|
|
|
m4/lt*
|
2016-10-13 11:51:25 +01:00
|
|
|
m4/libtool.m4
|
|
|
|
|
|
|
|
# github pages #
|
|
|
|
################
|
2017-02-09 16:12:00 +00:00
|
|
|
gh-pages/
|
|
|
|
|
2017-01-27 01:00:59 +00:00
|
|
|
# Buck files #
|
|
|
|
##############
|
|
|
|
.buck*
|
|
|
|
buck-out
|
|
|
|
BUCK
|
|
|
|
make-bin-BUCK.sh
|
2017-01-30 17:10:49 +00:00
|
|
|
|
2017-01-25 01:35:42 +00:00
|
|
|
# generated sources #
|
|
|
|
#####################
|
|
|
|
lib/qcd/spin/gamma-gen/*.h
|
2017-02-09 16:12:00 +00:00
|
|
|
lib/qcd/spin/gamma-gen/*.cc
|
2018-03-07 18:11:51 +00:00
|
|
|
lib/version.h
|
2017-02-09 16:12:00 +00:00
|
|
|
|
2018-01-12 13:35:51 +00:00
|
|
|
# vs code editor files #
|
|
|
|
########################
|
2017-10-24 13:27:17 +01:00
|
|
|
.vscode/
|
2017-08-04 16:08:07 +01:00
|
|
|
.vscode/settings.json
|
|
|
|
settings.json
|