diff options
author | Tuncer Ayaz <[email protected]> | 2013-01-12 15:32:09 +0100 |
---|---|---|
committer | Tuncer Ayaz <[email protected]> | 2013-01-12 15:42:03 +0100 |
commit | a0c025748ab8dd18d006902c3e2f5fa9dc98a87a (patch) | |
tree | 577a539ea6f5bb6281570be991179aa6fde0f0c4 | |
parent | 9f461fbaf0be7aba7c0b8b89be1f0b6f1141b7a5 (diff) | |
download | otp-a0c025748ab8dd18d006902c3e2f5fa9dc98a87a.tar.gz otp-a0c025748ab8dd18d006902c3e2f5fa9dc98a87a.tar.bz2 otp-a0c025748ab8dd18d006902c3e2f5fa9dc98a87a.zip |
Update .gitignore (lib/hipe/boot_ebin)
* ignore /lib/hipe/boot_ebin/hipe.app
* ignore /lib/hipe/boot_ebin/hipe.appup
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 3b0e21bde3..9dbe9cbcb7 100644 --- a/.gitignore +++ b/.gitignore @@ -242,6 +242,8 @@ JAVADOC-GENERATED # hipe +/lib/hipe/boot_ebin/hipe.app +/lib/hipe/boot_ebin/hipe.appup /lib/hipe/main/hipe.hrl /lib/hipe/rtl/hipe_literals.hrl |