diff options
| author | Damien Le Moal <[email protected]> | 2018-12-20 14:36:49 +0900 |
|---|---|---|
| committer | Damien Le Moal <[email protected]> | 2018-12-20 14:41:36 +0900 |
| commit | fcfbb30fc368c05e5d45c7402a0e916dc58e3d42 (patch) | |
| tree | 0ba86218f3e127870dc86e95ad4fd06125905b15 | |
| parent | bc4d6108f4d43996e3d7a74e026fb4f2c4e25ca5 (diff) | |
Added .gitignore
Ignore build and install directories
Signed-off-by: Damien Le Moal <[email protected]>
| -rw-r--r-- | .gitignore | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..1375f129 --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +# Object files +*.o +*.a +*.dep + +#Build & install directories +build/ +install/ |
