Skip to content

Commit 37da9ed

Browse files
committed
init commit
0 parents  commit 37da9ed

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

.gitignore

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
.DS_Store
2+
*.swp
3+
*~.nib
4+
5+
build/
6+
7+
*.pbxuser
8+
*.perspective
9+
*.perspectivev3
10+
11+
*.mode1v3
12+
*.mode2v3
13+
14+
Documentation/Generated
15+
doxygenWarnings.txt
16+
*.xcodeproj/xcuserdata/*.xcuserdatad
17+
*.xcodeproj/project.xcworkspace/xcuserdata/*.xcuserdatad
18+
xcuserdata
19+
20+
# latex
21+
*.aux
22+
*.log
23+
*.pdf
24+
*.synctex.gz
25+
*.toc
26+
*.tdy

README.mkdn

Whitespace-only changes.

0 commit comments

Comments
 (0)