Skip to content

Commit

Permalink
git: Add .gitignore
Browse files Browse the repository at this point in the history
Instruct git to ignore acond/target/, which is created by cargo/rust for build output.

Signed-off-by: Cedric Xing <[email protected]>
  • Loading branch information
binxing committed Aug 29, 2023
1 parent e93bc52 commit ffa0b95
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions acond/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Copyright (C) 2023 Intel Corporation

target/

0 comments on commit ffa0b95

Please sign in to comment.