diff options
author | root <root@krebs> | 2011-08-26 10:27:52 +0200 |
---|---|---|
committer | root <root@krebs> | 2011-08-26 10:27:52 +0200 |
commit | 389c200ab24823758c36e5ad2d228ae22cc8d2b1 (patch) | |
tree | 0381051786ad8c98c1d6414790125f2aac631125 | |
parent | 4aab261976271704dcf9ed9933c7137fa8e41452 (diff) |
gitignore: ignore build files and svn folders
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ a.out *.pyc +*.o +*.a +.svn/ /bin/ /node/src /node/out |