-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
52 lines (48 loc) · 798 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
# FPC, Lazarus stuff
*.compiled
*.rsj
*.rst
*.o
*.or
*.ppu
*.a
*.lps
*.lrs
*.dbg
*.res
*.bak
lib/
# Delphi stuff
*.dproj.local
*.identcache
*.stat
*.dcu
# Other backups
*.blend1
*.blend2
*~
backup
# Other unwanted
*.apk
*.log
*.exe
*.dll
.DS_Store
/bin/
# Project specific
TestProject1/
missing_tiles/
two_tilesets/data/image3x3-missing-tiles.png
two_tilesets/data/image3x3-missing-tiles.tsx
two_tilesets/data/image3x3-regular.tsx
two_tilesets/data/image3x3.png
two_tilesets/data/map64-two-tilesets.tmx
two_tilesets/data/map64-two-tilesets.tmx.txt
two_tilesets/two_tilesets.lpi
two_tilesets/two_tilesets.pas
flipped_tiles/data/image3x3.png
flipped_tiles/data/image3x3.tsx
flipped_tiles/data/map64-flipped-tiles.tmx
flipped_tiles/flipped_tiles.lpi
flipped_tiles/flipped_tiles.pas
castleconf.inc