diff options
author | Emil Ivov <emcho@jitsi.org> | 2013-04-25 14:56:26 +0200 |
---|---|---|
committer | Emil Ivov <emcho@jitsi.org> | 2013-04-25 16:33:58 +0200 |
commit | 7aadb76bbd6136964be5ee2b6c6ad780a17674cb (patch) | |
tree | ba7eacc9009d335957233c820bd337d7d10f8d43 /.gitignore | |
parent | 75fef62f934b63b931a3e0721b90d056dcf3c9b4 (diff) | |
download | jitsi-7aadb76bbd6136964be5ee2b6c6ad780a17674cb.zip jitsi-7aadb76bbd6136964be5ee2b6c6ad780a17674cb.tar.gz jitsi-7aadb76bbd6136964be5ee2b6c6ad780a17674cb.tar.bz2 |
Adds a .gitignore file to prevent from accidentally committing bundles and build files.
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..01f3bdd --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +classes +.idea +sc-bundles +.gitignore.swp |