-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.gitignore
50 lines (46 loc) · 1014 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
### Intel ODE library must be obtained from Intel
libraries/intel/libiode_intel64.lib
libraries/intel/libiode_intel64.a
libraries/intel/libiode_ia32.lib
libraries/intel/libiode_ia32.a
## odepack must be obtained from LLNL
libraries/odepack/libodepack.a
libraries/odepack/libodepack.lib
#libraries/odepack/opkd-sum
#libraries/odepack/opkda1.f
#libraries/odepack/opkda2.f
#libraries/odepack/opkdmain.f
#libraries/odepack/opkddemos
## binary for daskr
libraries/daskr/libddaskr.a
## exclude source and temp files for documentation
*.tex
*.aux
*.toc
documentation/*.log
*.idx
*.synctex.gz
*.synctex
### Build Folders...
Release/
Debug/
Release-Intel/
Benchmark/
### Interesting directories for those who build their own
Release-Makefile-Linux/*.o
Release-Makefile-Linux/*.exe
Release-Makefile-MinGW/*.o
Release-Makefile-MinGW/*.exe
### Eclipse files & settings & temp files
.settings/
.cproject
#.project
*.o
*.d
*.exe
Release-Makefile-MinGW/CKS branches.exe
## test files
chem.inp
debug
initial.inp
/Release-Win/