-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
68 lines (54 loc) · 874 Bytes
/
.gitignore
File metadata and controls
68 lines (54 loc) · 874 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
Icon?
#Generated Doc
meta/documentation/generated/
#Mac OSX file
.DS_Store
#XCode file
*.swp
*~.nib
*.xcworkspace/
xcuserdata/
build
*.pbxuser
*.perspective
*.perspectivev3
*.mode1v3
*.mode2v3
*.mpkg
*.framework
*.orig
#Windows file
Thumbs.db
#Visual Studio file
Debug
Release
*.suo
*.ncb
*.user
#*.csproj.user
#/obj/*
#/bin/*
#vim-style save file
*~
#SVN repo add to our project
.svn
*.abc
*.o
libraries/*
!libraries/*.desc
BaconBox/Special/Flash/BaconBox.swc
BaconBox/Special/Flash/BaconBoxAS3.as3
BaconBox/Special/Flash/BaconBoxAS3.as
BaconBox/Special/Flash/BaconBoxAS3.cpp
BaconBox/Special/Flash/temp.swc
dist
BaconBox/Special/Flash/BaconBox.as
BaconBox/Special/Flash/BaconBox.as3
BaconBox/Special/Flash/BaconBox.cpp
BaconBoxLua.cpp
LSOBackingStore.as
*.a
ide/windows/CodeBlocks/BaconBox.depend
ide/windows/CodeBlocks/BaconBox.layout
swigluarun.h
Makefile