forked from grackle-project/grackle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
52 lines (49 loc) · 828 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
# use glob syntax.
syntax: glob
*.a
*.la
*.lai
*.lo
*.o
*.lo
*.f
*.f90
*~
*.pyc
*.exe
*.so
*.dylib
bin/freefall
TAGS
DEPEND
DEPEND.bak
out.compile
out.make.DEPEND
svn_version.def
temp.show-*
Make.config.machine
Make.config.override
*.mod
src/clib/auto_show_config.c
src/clib/auto_show_flags.c
src/clib/auto_show_version.c
src/clib/libgrackle.so
src/example/cxx_example
src/example/cxx_table_example
src/example/c_example
src/example/c_table_example
src/example/c_example_nostruct
src/example/c_table_example_nostruct
src/example/fortran_example
src/example/fortran_table_example
src/example/GRACKLE_INFO
src/example/Table__OMP_Performance
src/example/flake8.out
src/example/*.png
src/python/build/*
src/python/*.png
src/python/flake8.out
src/python/.cache/*
src/python/pygrackle.egg-info/*
src/python/pygrackle/*.c
doc/build