diff options
author | Loïc Hoguin <[email protected]> | 2015-06-29 10:54:05 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2015-06-29 10:54:05 +0200 |
commit | 061d4491da416ad23a8d470a4198a0cd608b7e0f (patch) | |
tree | 5b1e43b5ce2a0f53226dda7acfaa4a4bfb7e9ced /.gitignore | |
parent | f24da13c674cdf05820f857ae72ec12dba3b9a21 (diff) | |
download | erlang.mk-061d4491da416ad23a8d470a4198a0cd608b7e0f.tar.gz erlang.mk-061d4491da416ad23a8d470a4198a0cd608b7e0f.tar.bz2 erlang.mk-061d4491da416ad23a8d470a4198a0cd608b7e0f.zip |
Add .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..30d0d8e --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +test/app1/ +test/pkgs.log +test/temp-python/ +test/tmp/ |