forked from myphysicslab/myphysicslab
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
23 lines (23 loc) · 830 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
# .gitignore for myphysicslab directory
# Put your private ignore rules in .git/info/exclude.
# adv-build contains advance-compiled apps
/adv-build
# build contains simple-compiled apps
/build
# docs are generated from src directory
/docs
# debug contains special HTML files that can load the uncompiled JavaScript source code
/debug
# myConfig.mk is the developer's customized local copy of sampleConfig.mk
myConfig.mk
# MachineName.js is used in performance test results, different on each machine;
# it is the developer's customized local copy of sampleMachineName.js
MachineName.js
# TestHistory.txt holds performance test results
TestHistory.txt
# closure-library is a symbolic link to the Google Closure Library.
closure-library
# .log files are generated by pdflatex
*.log
# .DS_Store files are created on Mac OS
.DS_Store