-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
76 lines (69 loc) · 1.06 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
*~
shared/neural
# Object files and modules
modules/*.mod
modules/*genmod*
*/*.o
*/*/*.o
*/*/*/*.o
*/*/*/*/*.o
*/*/*.a
*/*/*/*.a
*/*.pyc
*/*/*.pyc
*/*/*/*.pyc
*/*/*/*/*.pyc
cgyro/src/*.gpu
cgyro/src/*.h
*.pyf
# OSX garbage
*.dSYM/
.DS_Store
.idea
\#*\#
.\#*
# Version tags
.VERSION
gyro/.VERSION
cgyro/.VERSION
le3/.VERSION
tgyro/.VERSION
neo/.VERSION
le3/.VERSION
# Executables
glf23/src/glf23
gyro/src/gyro
cgyro/src/cgyro
cgyro/mpi_tests/*
qlgyro/src/qlgyro
neo/src/neo
neo/tools/pneo/src/pneo
neo/tools/pneo/src/pneo_rbf
vgen/src/vgen
profiles_gen/src/prgen
profiles_gen/locpargen/locpargen
profiles_gen/exprotools/exprodump
profiles_gen/exprotools/create
profiles_gen/exprotools/expromake
tglf/src/tglf
tglf/src/tglf_mpi
tglf/src/tglf_driver_mpi
tglf/tools/ptglf/src/ptglf
tgyro/src/tgyro_main
le3/src/le3
le3/profiles_3d/profiles_3d
f2py/build
f2py/gacode.egg-info
f2py/pygacode.egg-info
f2py/pygacode/lib
f2py/dist
f2py/MANIFEST
# Regression logs and directories
*.log
*regression_test/
# local working files not to be shared
tmp.py
*.optrpt
# Vim Backup Files
*.swp
*.swo