diff options
author | Ricardo Ribalda Delgado | 2008-09-11 19:41:26 -0400 |
---|---|---|
committer | Stefan Roese | 2008-09-12 07:11:48 +0200 |
commit | 61737c59a3285f6fadf96a5836879898c04ec28d (patch) | |
tree | 83a702a6e947d26624897a1210f977c288a0d66d /board/xilinx | |
parent | 2bec498ed1164a58cd8437b561bdc4551d69f9bf (diff) |
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>
Diffstat (limited to 'board/xilinx')
-rw-r--r-- | board/xilinx/ml507/.gitignore | 1 | ||||
-rw-r--r-- | board/xilinx/ppc440-generic/.gitignore | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/board/xilinx/ml507/.gitignore b/board/xilinx/ml507/.gitignore new file mode 100644 index 00000000000..f6418a0c508 --- /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 00000000000..f6418a0c508 --- /dev/null +++ b/board/xilinx/ppc440-generic/.gitignore @@ -0,0 +1 @@ +/config.tmp |