diff options
author | irungentoo <irungentoo@gmail.com> | 2013-07-30 13:22:18 -0700 |
---|---|---|
committer | irungentoo <irungentoo@gmail.com> | 2013-07-30 13:22:18 -0700 |
commit | ee1a0f5accf5d972a00274c9937d60a2abe911c5 (patch) | |
tree | c99581f5fe063a65da3648fd4bdac917d74f7d48 /.gitignore | |
parent | 358da6da2c008b1dca8074c9ad61c29f4d219c60 (diff) | |
parent | 0fd49915f44df7e106401b41e3826f23de78b932 (diff) |
Merge pull request #174 from Shivamshaz/patch-1
Update .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -12,3 +12,11 @@ install_manifest.txt | |||
12 | 12 | ||
13 | testing/data | 13 | testing/data |
14 | *~ | 14 | *~ |
15 | |||
16 | # Object files | ||
17 | *.o | ||
18 | |||
19 | # Executables | ||
20 | *.exe | ||
21 | *.out | ||
22 | *.app | ||