Fix ports and unusuable code to make shooter test work
[3501/stronghold-2016] / .gitignore
CommitLineData
2c437ce5
KZ
1# -*- mode: gitignore; -*-
2*~
3\#*\#
4.\#*
5*.pydevproject
6.metadata
7.gradle
8bin/
9tmp/
10*.tmp
11*.bak
12*.swp
13*~.nib
14local.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
44build/
45dist/
46sysProps.xml
47build.xml
48build.properties