forked from Argonne-National-Laboratory/neml
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
56 lines (56 loc) · 669 Bytes
/
.gitignore
File metadata and controls
56 lines (56 loc) · 669 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
55
56
*.pyc
*.o
*.swp
*.so
*~
CMakeCache.txt
CMakeFiles
cmake_install.cmake
Makefile
lib/
\#*\#
debug
util/c_interface/csimple
util/f_interface/fsimple
*-lyxformat-*
.DS_Store
*.so.dylib*
*.dylib
*.dylib.*
*.so.*
examples/profiling/profile
doc/html
doc/pdf
doc/class-doc
util/abaqus/report
util/cxx_interface/cxxsimple
doc/doxygen/html
doc/doxygen/pdf
doc/doxygen/latex
CMakeDoxyfile.in
CMakeDoxygenDefaults.cmake
*.e
*.trelis
*.ninja
.ninja*
*.dll*
*.vcxproj*
*.sln
*.manifest
*.exp
*.lib
*.pyd
src/neml_export.h
callgrind.out*
build
dist
neml.egg-info
util/string_interface/cxxstring
*.exe
include/neml_export.h
wheelhouse
examples/**/*.png
neml/*.cmake
*.lo*
*.la
.vscode