forked from smart-fm/simmobility-prod
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
42 lines (32 loc) · 808 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
#Ignore all files within these directories
dev/Basic/doxy/output/
dev/Basic/pgo/*
#Java project built files
dev/visualizer/Traffic_Signal_Animation/.settings/
dev/visualizer/Traffic_Signal_Animation/bin/
dev/visualizer/Large Network Visualizer/.settings/
dev/visualizer/Large Network Visualizer/bin/
#Processing applet directories (except the original)
testing/CrossingsVisualization/applet/
testing/RoadNetworkSampleVis/applet/
#Ignore Visual studio files/folders
.vs/
*.sln
*.vcxproj*
dev/Basic/.idea/*
dev/Basic/.vs/*
#Ignore object files
*.o
*.class
#Ignore gedit backup files
*~
#Ignore vim .swp files.
.*.swp
.*.swo
#Ignore python's compiled byte-code, optimized or otherwise.
*.pyc
*.pyo
#Ignore video files (binary files really mess up git)
*.mp4
#Don't ignore gitignore files:
!.gitignore