add variables for both sides
[3501/2017steamworks] / .gitignore
1 # -*- mode: gitignore; -*-
2 *~
3 \#*\#
4 .\#*
5 *.pydevproject
6 .metadata
7 .gradle
8 bin/
9 tmp/
10 *.tmp
11 *.bak
12 *.swp
13 *~.nib
14 local.properties
15 .settings/
16 .loadpath
17
18
19 # Eclipse Core
20 .project
21
22 # External tool builders
23 .externalToolBuilders/
24
25 # Locally stored "Eclipse launch configurations"
26 *.launch
27
28 # CDT-specific
29 .cproject
30
31 # JDT-specific (Eclipse Java Development Tools)
32 .classpath
33
34 # PDT-specific
35 .buildpath
36
37 # sbteclipse plugin
38 .target
39
40 # TeXlipse plugin
41 .texlipse
42
43 # custom stuff that seems unnecessary
44 build/
45 dist/
46 sysProps.xml
47 build.xml
48 build.properties