forked from snap-stanford/snap-dev-64
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
65 lines (57 loc) · 766 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
65
# Mac OS X
.DS_Store
# Xcode
*.pbxuser
*.mode1v3
*.mode2v3
*.perspectivev3
*.xcuserstate
project.xcworkspace/
xcuserdata/
build/
# Compiler-generated files
*.o
*.dSYM/
*.pyc
# Test-generated files
test_*.dat
test_*.dot
test_*.gif
sample_*.dot
*.graph
*.log
*.m
*.net
*.out
*.paj
*.png
*.plt
*.tab
*.ps
*.pool
*.xml
# Backup files
*~.nib
*.swo
*.swp
*~
# Doxygen-produced files
doxygen/snapdoc-dev
doxygen/snapdoc-user
doxygen/log*.txt
doxygen/snap
# Ignore executables, but keep everything else
snap-core/testSnap
test/run-all-tests
!test/graphviz/base*
tutorials/*
!tutorials/*.*
!tutorials/Makefile
!tutorials/cncom
!tutorials/graphviz
!tutorials/parser
tutorials/.DS_Store
tutorials/*.dSYM
benchmarking/*.dat
# Ignore temp text files
snap-core/temp*.txt