Browse Source

.gitignore: add git ignore file

Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
Brendan Le Foll 10 years ago
parent
commit
6acbc16b38
1 changed files with 13 additions and 0 deletions
  1. 13
    0
      .gitignore

+ 13
- 0
.gitignore View File

@@ -0,0 +1,13 @@
1
+build/
2
+
3
+# Object files
4
+*.o
5
+*.lib
6
+*.so
7
+*.lo
8
+*.la
9
+*.pyc
10
+
11
+# Temp files
12
+*.swp
13
+*~