-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.gitignore
96 lines (75 loc) · 1.24 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
91
92
93
94
95
96
# OS Junk
.DS_Store
# Output files
output/*
*.txt
*.dat
# Binary files
*.bin
# Numpy binary
*.npy
# Config folder
# config_folder
# Ignoring all zip files
*.zip
# Config files
config_folder/beta6_0test_config.py
config_folder/test_config_file.py
# Input files
input/*
# Build files
build/
build*
*.o
# Other qt files
*.user*
*.autosave
# Files not of importance
dim_sketch.py
test_env
# Smaug files
*.slurm
*.ids.json
job*.sh
# Plot figures
*.png
# Jacks data
jacks_data
# Data
data5
data6
data7
data8
data9
DataGiovanni
# Lattice density figures
figures/act_density
figures/b60
figures/b61
figures/b62
figures/b645
figures/prodRunBeta6_0
figures/prodRunBeta6_1
figures/prodRunBeta6_2
scalar_fields_data
figures/lattice_field_density8x16
figures/lattice_field_density4x8
figures/field_density_freq10_NF400_beta60/
figures/field_density_freq10_NF400_beta61/
figures/field_density_freq10_NF400_beta62/
# Old config files
old_configs
# HPC profiler related stuff
hpctoolkit*
GluonicLQCD.hpcstruct
workspace
# Python junk
*.pyc
# Files to include regardless of rule
!analysis/statistics/tests/plaq_beta6_2_t10.dat
!analysis/statistics/tests/topc_beta6_2_t10.dat
temp_outputfolder/
# Backup files
*.bak
# Adds docs folder regardless
!docs/html/*.png