-
Notifications
You must be signed in to change notification settings - Fork 19
/
.gitignore
34 lines (29 loc) · 941 Bytes
/
.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
# Locally-built files and binaries
# Ignore all files ending with .o, everywhere in the repository
**/*.o
# /src/ directory builds supernova [executable] with make install, ignore this
/src/supernova
# In the dukecevns code, don't commit binaries or executable file forms
/smearing_code/dukecevns/libDiffSpec_1.0.a
/smearing_code/dukecevns/cevns_recoil_response
/smearing_code/dukecevns/formfactors
/smearing_code/dukecevns/diff_rates
/smearing_code/dukecevns/reactor_diff_rates
/smearing_code/dukecevns/nufluxes
/smearing_code/dukecevns/maptest
/smearing_code/dukecevns/detresp
# Output files generated by SNOwGLoBES
/out/*
plots/*.root
# ipynb_checkpoints and other things that shouldn't ever be added
**/.ipynb_checkpoints
**/.virtual_documents
# Build directories for Python wheel
/snowglobes_data/dist/
/snowglobes_data/src/
# editor-specific files
.idea/
.vscode/
# old gitignore (SNOwGLoBES 1.2)
bin/supernova
supernova.glb