-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy path.gitignore
More file actions
54 lines (41 loc) · 767 Bytes
/
.gitignore
File metadata and controls
54 lines (41 loc) · 767 Bytes
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
# Cache used by automake
autom4te.cache
# Python virtual environment
.venv
# Ignore compiled python file
*.pyc
# Various files written by emacs
*~
\#*#
.#*
# Not sure about this one
bindings/python/.deps/swig_python_wrap.Tpcc
# Mac Finder puts these into directories
.DS_Store
# Vim swap files
*.swp
.tramp_history
# Eclipse directories
/.settings
/.project
/.cproject
/.pydevproject
# Build directories
/build*
# Egg directory, if we install with pip install -e
python/refractor_framework.egg-info
bindings/python/refractor_framework_swig.egg-info
# Link to absco tables
absco
.env
# test output
absorber_absco.xml
*.new
lidort_setup
test.txt
test_compress.txt.gz
test_uncompress.txt
# Fortran debugger
lib/Implementation/*.mod
# crash core dumps
core.*