aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Le Moal <damien.lemoal@wdc.com>2018-12-20 14:36:49 +0900
committerDamien Le Moal <damien.lemoal@wdc.com>2018-12-20 14:41:36 +0900
commitfcfbb30fc368c05e5d45c7402a0e916dc58e3d42 (patch)
tree0ba86218f3e127870dc86e95ad4fd06125905b15
parentbc4d6108f4d43996e3d7a74e026fb4f2c4e25ca5 (diff)
Added .gitignore
Ignore build and install directories Signed-off-by: Damien Le Moal <damien.lemoal@wdc.com>
-rw-r--r--.gitignore8
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..1375f12
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,8 @@
+# Object files
+*.o
+*.a
+*.dep
+
+#Build & install directories
+build/
+install/