-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy path.gitignore
56 lines (48 loc) · 860 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
*~
*.pyc
__init__.py
MELA/**/*ACLiC*
MELA/data/*.tar.gz*
MELA/data/*/*.tar.gz*
MELA/data/*/*.so
MELA/data/*/*.pcm
MELA/data/*/*.LHgrid
MELA/src/*.o
MELA/src/*.so
MELA/src/*.d
MELA/src/*.cxx
MELA/interface/*.o
MELA/interface/*.so
MELA/interface/*.d
MELA/COLLIER/*.o
MELA/COLLIER/*.mod
MELA/COLLIER/*.so
MELA/COLLIER/*/*
MELA/COLLIER/*.f
MELA/COLLIER/*.F
MELA/COLLIER/*.F90
MELA/COLLIER/*.c
MELA/COLLIER/*.cc
MELA/COLLIER/*.h
MELA/COLLIER/*.hh
MELA/fortran/*.o
MELA/fortran/*.mod
MELA/fortran/*.so
MELA/test/Pdfdata/*.tbl
MELA/test/Pdfdata/*.LHgrid
MELA/test/br.sm1
MELA/test/br.sm2
MELA/test/ffwarn.dat
MELA/test/input.DAT
MELA/test/process.DAT
MELA/test/*.root
MELA/test/*.out*
MELA/test/*.ref*
MELA/test/reference/*.out*
MELA/test/*.o
MELA/test/*.a
MELA/test/*.so
MELA/test/*.d
MELA/test/*.pcm
MELA/docs/docs_output/*
!MELA/docs/docs_output/.gittouch