-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy path.gitignore
90 lines (75 loc) · 1.78 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
85
86
87
88
89
90
# the binaries
#src/autocorrelation/autocorrelation
#src/classicalmd/classicalmd
#src/initialize_md/initialize_md
#src/mean_square_displacement/mean_square_displacement
#src/phonon_dispersion_relations/phonon_dispersion_relations
#src/phonon_linewidths/phonon_linewidths
#src/lineshape/lineshape
#src/initialize_md/initialize_md
#src/samples_from_md/samples_from_md
#src/probability_distribution/probability_distribution
#src/thermal_conductivity/thermal_conductivity
#src/pair_distribution_function/pair_distribution_function
#src/figure_out_symmetry_things/figure_out_symmetry_things
#src/generate_structure/generate_structure
#src/autocorrelation/autocorrelation
#src/small_hello_world/small_hello_world
#src/crystal_structure_info/crystal_structure_info
#src/extract_forceconstants/extract_forceconstants
#src/fermisurface/fermisurface
#src/fold_bands/fold_bands
#src/unfold_arcs_data/unfold_arcs_data
#src/generate_displacements/generate_displacements
#src/fold_bands/fold_bands
#src/elastic_constants/elastic_constants
#src/unstable_extract_forceconstants_do_not_use/unstable_extract_forceconstants_do_not_use
#src/vector_distribution/vector_distribution
#src/remap_forceconstant/remap_forceconstants
# directories not to look at
bin/
lib/
inc/
doc/
man/
build/
Makefile.inc
# things in the tests
tests/test*/extract_forceconstants
tests/test*/*.m
tests/test*/disprel_xtck
# things in the staging area
staging/
# Coding
.vscode
*venv*
tmp
# Compiled Object files
*.slo
*.lo
*.o
*.a
*.obj
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Fortran module files
*.mod
# misc stupid things
outfile.*
mathoutfile.*
*.swp
bashrc_tdep
important_settings
*.png
documentation_carousel.md
# git
**/gitinformation
# Annoying OSX files
.DS_Store
fortls_debug.log
__pycache__