Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Overholt2011-04-13 20:09:04 +0000
committerAndrew Overholt2011-04-13 20:09:04 +0000
commit27728c260bf747550cf44f799ce800614ad57834 (patch)
tree22121f644cdb6d08b0698d8540f34fd252d07778
parentf1d9be5fd4cbb20d6c3ee546ec37d84ee67b213d (diff)
downloadorg.eclipse.linuxtools-27728c260bf747550cf44f799ce800614ad57834.tar.gz
org.eclipse.linuxtools-27728c260bf747550cf44f799ce800614ad57834.tar.xz
org.eclipse.linuxtools-27728c260bf747550cf44f799ce800614ad57834.zip
Add .gitignore files for some features/plugins missing them
-rw-r--r--autotools/org.eclipse.linuxtools.cdt.autotools.core/.gitignore5
-rw-r--r--autotools/org.eclipse.linuxtools.cdt.autotools.ui.tests/.gitignore4
-rw-r--r--libhover/org.eclipse.linuxtools.cdt.libhover.texinfoparsers/.gitignore4
-rw-r--r--profiling/org.eclipse.linuxtools.profiling.launch.remote/.gitignore4
-rw-r--r--systemtap/org.eclipse.linuxtools.callgraph.genericzestdemo/.gitignore4
-rw-r--r--systemtap/org.eclipse.linuxtools.systemtap.backup.ui.editor/.gitignore4
-rw-r--r--valgrind/org.eclipse.linuxtools.valgrind.launch.remote/.gitignore5
7 files changed, 30 insertions, 0 deletions
diff --git a/autotools/org.eclipse.linuxtools.cdt.autotools.core/.gitignore b/autotools/org.eclipse.linuxtools.cdt.autotools.core/.gitignore
new file mode 100644
index 0000000000..8d94ef8deb
--- /dev/null
+++ b/autotools/org.eclipse.linuxtools.cdt.autotools.core/.gitignore
@@ -0,0 +1,5 @@
+bin
+@dot
+javaCompiler...args
+build.xml
+target
diff --git a/autotools/org.eclipse.linuxtools.cdt.autotools.ui.tests/.gitignore b/autotools/org.eclipse.linuxtools.cdt.autotools.ui.tests/.gitignore
new file mode 100644
index 0000000000..50c1b30a80
--- /dev/null
+++ b/autotools/org.eclipse.linuxtools.cdt.autotools.ui.tests/.gitignore
@@ -0,0 +1,4 @@
+bin
+@dot
+javaCompiler...args
+build.xml
diff --git a/libhover/org.eclipse.linuxtools.cdt.libhover.texinfoparsers/.gitignore b/libhover/org.eclipse.linuxtools.cdt.libhover.texinfoparsers/.gitignore
new file mode 100644
index 0000000000..50c1b30a80
--- /dev/null
+++ b/libhover/org.eclipse.linuxtools.cdt.libhover.texinfoparsers/.gitignore
@@ -0,0 +1,4 @@
+bin
+@dot
+javaCompiler...args
+build.xml
diff --git a/profiling/org.eclipse.linuxtools.profiling.launch.remote/.gitignore b/profiling/org.eclipse.linuxtools.profiling.launch.remote/.gitignore
new file mode 100644
index 0000000000..50c1b30a80
--- /dev/null
+++ b/profiling/org.eclipse.linuxtools.profiling.launch.remote/.gitignore
@@ -0,0 +1,4 @@
+bin
+@dot
+javaCompiler...args
+build.xml
diff --git a/systemtap/org.eclipse.linuxtools.callgraph.genericzestdemo/.gitignore b/systemtap/org.eclipse.linuxtools.callgraph.genericzestdemo/.gitignore
new file mode 100644
index 0000000000..50c1b30a80
--- /dev/null
+++ b/systemtap/org.eclipse.linuxtools.callgraph.genericzestdemo/.gitignore
@@ -0,0 +1,4 @@
+bin
+@dot
+javaCompiler...args
+build.xml
diff --git a/systemtap/org.eclipse.linuxtools.systemtap.backup.ui.editor/.gitignore b/systemtap/org.eclipse.linuxtools.systemtap.backup.ui.editor/.gitignore
new file mode 100644
index 0000000000..50c1b30a80
--- /dev/null
+++ b/systemtap/org.eclipse.linuxtools.systemtap.backup.ui.editor/.gitignore
@@ -0,0 +1,4 @@
+bin
+@dot
+javaCompiler...args
+build.xml
diff --git a/valgrind/org.eclipse.linuxtools.valgrind.launch.remote/.gitignore b/valgrind/org.eclipse.linuxtools.valgrind.launch.remote/.gitignore
new file mode 100644
index 0000000000..8d94ef8deb
--- /dev/null
+++ b/valgrind/org.eclipse.linuxtools.valgrind.launch.remote/.gitignore
@@ -0,0 +1,5 @@
+bin
+@dot
+javaCompiler...args
+build.xml
+target

Back to the top