forked from SimonN/Lix
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
32 lines (27 loc) · 802 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
# Lix .gitignore for everybody
# If you wish to exclude files that only you have, use .git/info/exclude
# instead of this file, which will affect all users and is versioned.
# exclude all object files due to compiling code,
# also all binaries, including Windows ones
obj/*
deps/*
bin/*
*.layout
*.depend
# exclude the user data, log and config files, user translations in data/
/data/user/*.txt
/data/*.txt
# exclude replays, but track replay/ and replay/auto/ via a dummy file
replays/*
!replays/auto
replays/auto/*
!replays/auto/.gitignore
# exclude Lemmings legacy material: terrain and levels
# the last line excludes free levels that need legacy terrain
images/orig/L1/*
images/orig/L1/*/*
images/orig/L2/*/*
levels/single/orig/*
levels/network/*oldgfx/*
# exclude test levels
levels/test/*