1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-09-19 16:55:37 +01:00
Grid/.gitignore

123 lines
1.5 KiB
Plaintext
Raw Permalink Normal View History

2024-01-23 21:43:58 +00:00
# Doxygen stuff
html/*
latex/*
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
*~
*#
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
.dirstamp
2016-08-03 15:14:33 +01:00
ltmain.sh
# 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
2018-08-28 16:58:37 +01:00
.dirstamp
2015-07-17 03:15:17 +01:00
# build directory #
###################
2016-04-30 08:13:53 +01:00
build*/*
Documentation/_build
2015-07-17 03:15:17 +01:00
# IDE related files #
#####################
*.xcodeproj/*
build.sh
.vscode
2017-11-22 17:13:09 +00:00
*.code-workspace
# Eigen source #
################
2018-08-28 16:58:37 +01:00
Grid/Eigen
Eigen/*
2016-09-20 11:25:06 +01:00
# libtool macros #
##################
m4/lt*
2016-10-13 11:51:25 +01:00
m4/libtool.m4
# github pages #
################
gh-pages/
2017-01-25 01:35:42 +00:00
# generated sources #
#####################
2018-08-28 16:58:37 +01:00
Grid/qcd/spin/gamma-gen/*.h
Grid/qcd/spin/gamma-gen/*.cc
Grid/util/Version.h