-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.gitignore
84 lines (84 loc) · 1.02 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
exciting.tar
exciting.tar.gz
*.spec
*.deb
.git*
src/species/species
debian/debian/usr
test02/runlapackmpi/startmpirun
*.err
testprogram?
mpiconf.inc
version.inc
*.f90_*
*.o
*.mod
*.a
*.old
.deps
bin/*
*.arg
info.xml
excitingmpi
excitingsmp
exciting_debug
exciting_gfortran
exciting_interfaces
*.OUT
*.TXT
*.OUT.*
.out.xml
*.out
build/*/exciting
.cdtproject
.cproject
.project
.pydevproject
.settings
.metadata
build/gfortran
src/eos/eos
src/spacegroup/spacegroup
src/stateconvert/stateconvert
src/stateinfo/stateinfo
src/species/species
src/src_try
src/tools/atkp
local
examples/xs
.cdtproject
.project
.settings/*
make.inc
make.out
mpif.h
fort.*
*.diff
*.orig
outerr.*
*.tex
*.aux
*.dvi
*.log
*.toc
testsummary.*
.DS*
._.DS*
gitlog.txt
startmpirun
.externalToolBuilders
results
_current
*.lo
Makefile.blas
Makefile.fft
Makefile.lapack
Makefile.libarpack
Makefile.libbzint
Makefile.libmsec
Makefile.mkmf
xml/schema/wiki/
xml/sgroupinput.xsd
xml/excitinginput.xsd
src/src_inputparser/inputmodules.f90
src/src_inputparser/speciesmodules.f90