-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy path.gitignore
More file actions
53 lines (35 loc) · 708 Bytes
/
.gitignore
File metadata and controls
53 lines (35 loc) · 708 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
# for now dont update the js files inside implisolid/
implisolid/**/*.js
implisolid/**/*.js.mem
CMakeCache.txt
CMakeFiles/
Makefile
cmake_install.cmake
implisolid/dist/
lib/eigen/
pymplicit.egg-info/
# demo clean deploy locations
#/demos/demo1 # no longer there
# `docs/implisolid-build`
# `docs/implisolid-build/demo1`
# is utomatically ignored since it falls in another (submodule) repo
# build/deploy/artifacts/installation:
temp-files/
e2e-sandbox-temp
cache-temp
temp # from sandbox/sympy-experiment/run_script.bash
#compiled files.
build/
build/**/*
build/*
.DS_Store
.vscode
**/*.pyc
**/*.*~
**/*.log
code-bin
**/*.compiled.js
**/*.compiled.js.mem
**/*.js.mem
# nodejs
node_modules/