summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacien TRAN-GIRARD2014-04-13 13:11:35 +0200
committerPacien TRAN-GIRARD2014-04-13 13:11:35 +0200
commit73ef4ad951ad9063f0aaf240827c9d6e5ea24613 (patch)
tree3d0a4a1eac4aa0772fe0e5086d93f0d010d360bd
downloadlabviewplayer-73ef4ad951ad9063f0aaf240827c9d6e5ea24613.tar.gz
Init repo
-rw-r--r--.gitignore48
-rw-r--r--.project23
-rw-r--r--.texlipse14
3 files changed, 85 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
diff --git a/.project b/.project
new file mode 100644
index 0000000..655cc8c
--- /dev/null
+++ b/.project
@@ -0,0 +1,23 @@
1<?xml version="1.0" encoding="UTF-8"?>
2<projectDescription>
3 <name>pr1001-afg</name>
4 <comment></comment>
5 <projects>
6 </projects>
7 <buildSpec>
8 <buildCommand>
9 <name>com.googlecode.goclipse.goBuilder</name>
10 <arguments>
11 </arguments>
12 </buildCommand>
13 <buildCommand>
14 <name>net.sourceforge.texlipse.builder.TexlipseBuilder</name>
15 <arguments>
16 </arguments>
17 </buildCommand>
18 </buildSpec>
19 <natures>
20 <nature>goclipse.goNature</nature>
21 <nature>net.sourceforge.texlipse.builder.TexlipseNature</nature>
22 </natures>
23</projectDescription>
diff --git a/.texlipse b/.texlipse
new file mode 100644
index 0000000..13e5f1c
--- /dev/null
+++ b/.texlipse
@@ -0,0 +1,14 @@
1#TeXlipse project settings
2#Wed Feb 12 10:30:04 CET 2014
3markTmpDer=true
4builderNum=2
5outputDir=report/out
6makeIndSty=
7bibrefDir=
8outputFormat=pdf
9tempDir=report/tmp
10mainTexFile=document.tex
11outputFile=document.pdf
12langSpell=fr
13markDer=true
14srcDir=report