forked from The-Powder-Toy/The-Powder-Toy
-
Notifications
You must be signed in to change notification settings - Fork 9
/
.gitignore
80 lines (76 loc) · 862 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
powder.def
powder.pref
.sconsign.dblite
/.sconf_temp/
config.log
*.lua
*.lib
*.exe
*.dmg
*.zip
*.dll
*.txt
*.gz
*.out
*.sh
*.py
*.png
*.ppm
/android/
/.directory
# QT Creator project files
*.config
*.creator*
*.files
*.includes
*.user
*.cflags
*.cxxflags
/.qtc_clangd
compile_commands.json
# KDevelop project files
*.kdev4
/.kdev4
# Visual studio project files
*.sdf
*.opensdf
*.sln
*.suo
*.vcxproj
*.vcxproj.filters
*ilk
*.pdb
*.idb
*.log
*.tlog
*.lastbuildstats
*.obj
*.res
*.db
*.opendb
*.aps
.vscode/
.vs/
/stamps/
/Saves/
/scripts/
/tabs/
/recordings/
/ipch/
/build/
/updatepackager/
/generated/
/includes/SDL/*
/includes/SDL2/*
/includes/lua5.1/*
/includes/lua5.2/*
/includes/luajit-2.0/*
/includes/curl/*
/includes/bzlib.h
/includes/fftw3.h
/includes/pthread.h
/includes/regex.h
/includes/sched.h
/includes/dirent.h
/includes/zlib.h
/includes/zconf.h