diff options
| author | Ricardo Ribalda Delgado <ricardo.ribalda@uam.es> | 2008-09-11 19:41:26 -0400 | 
|---|---|---|
| committer | Stefan Roese <sr@denx.de> | 2008-09-12 07:11:48 +0200 | 
| commit | 61737c59a3285f6fadf96a5836879898c04ec28d (patch) | |
| tree | 83a702a6e947d26624897a1210f977c288a0d66d | |
| parent | 2bec498ed1164a58cd8437b561bdc4551d69f9bf (diff) | |
| download | olio-uboot-2014.01-61737c59a3285f6fadf96a5836879898c04ec28d.tar.xz olio-uboot-2014.01-61737c59a3285f6fadf96a5836879898c04ec28d.zip | |
ppc4xx: Add .gitignore file to xilinx-ppc440 boards
Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
Signed-off-by: Stefan Roese <sr@denx.de>
| -rw-r--r-- | board/avnet/v5fx30teval/.gitignore | 1 | ||||
| -rw-r--r-- | board/xilinx/ml507/.gitignore | 1 | ||||
| -rw-r--r-- | board/xilinx/ppc440-generic/.gitignore | 1 | 
3 files changed, 3 insertions, 0 deletions
| diff --git a/board/avnet/v5fx30teval/.gitignore b/board/avnet/v5fx30teval/.gitignore new file mode 100644 index 000000000..f6418a0c5 --- /dev/null +++ b/board/avnet/v5fx30teval/.gitignore @@ -0,0 +1 @@ +/config.tmp diff --git a/board/xilinx/ml507/.gitignore b/board/xilinx/ml507/.gitignore new file mode 100644 index 000000000..f6418a0c5 --- /dev/null +++ b/board/xilinx/ml507/.gitignore @@ -0,0 +1 @@ +/config.tmp diff --git a/board/xilinx/ppc440-generic/.gitignore b/board/xilinx/ppc440-generic/.gitignore new file mode 100644 index 000000000..f6418a0c5 --- /dev/null +++ b/board/xilinx/ppc440-generic/.gitignore @@ -0,0 +1 @@ +/config.tmp |