summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore48
1 files changed, 48 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..b65ad3d
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,48 @@
1# Directories #
2/build/
3/bin/
4target/
5
6# OS Files #
7.DS_Store
8
9*.class
10
11######################
12# Eclipse
13######################
14
15*.pydevproject
16.metadata
17bin/**
18tmp/**
19tmp/**/*
20*.tmp
21*.bak
22*.swp
23*~.nib
24local.properties
25.classpath
26.settings/
27.loadpath
28/src/main/resources/rebel.xml
29# External tool builders
30.externalToolBuilders/
31
32# Locally stored "Eclipse launch configurations"
33*.launch
34
35# CDT-specific
36.cproject
37
38# PDT-specific
39.buildpath
40
41######################
42# TeXlipse
43######################
44
45report/out/**
46report/tmp/**
47
48