forked from espressomd/espresso
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
64 lines (55 loc) · 800 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
57
58
59
60
61
62
63
64
# build system
Makefile.in
Makefile
configure
config.log
config.status
src/acconfig.h.in
src/acconfig.h
aclocal.m4
*.m4
autom4te.cache
.deps/
myconfig.h
myconfig.hpp
CMakeFiles
cmake-build*
compile_commands.json
*.log
*.*~
# created by configure
src/myconfig-final.h
src/stamp-h1
doc/latexit.sh
myconfig-sample.h
testsuite/runtest.sh
tools/es_mpiexec
config/ltmain.sh
src/python/espressomd/code_info.pyx
# object files and executable
*.o
*.lo
src/libEspresso.a
Espresso
Espresso.install
build.eclipse
src/featuredefs.pyc
src/acconfig.hpp.in
# Espresso output
*.end
*.obs*
*.chk
*.h5
# doxygen
doc/dg/html/
doc/dg/background_errors.doc
doc/dg/background_errors.sorted
doc/dg/background_errors.unsorted
# IDE
.idea
.vscode
# Compiled python
*.pyc
.ycm_extra_conf.py
.ipynb_checkpoints
build*/