Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/hakchi2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSanjay Govind <sanjay.govind9@gmail.com>2017-02-17 13:30:57 +0300
committerGitHub <noreply@github.com>2017-02-17 13:30:57 +0300
commitd43da497c3373c682c624dd5a8ee0d2a2dd678a6 (patch)
tree79d701382acd3cb9b269e4f078409bf3eed13edf /.gitignore
parentb6335e3646843b937e249ef9ee98cafee8585cea (diff)
Remove the /bin exclusion from .gitignore
As .gitignore applies to all folders, ignoring bin folders means that retroarch and mod_hakchi are missing their bin folders, which stops us from being able to build the project, and from using the retroarch mod.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index f91ff2b9..bebd8a9a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,7 +5,6 @@
*.pydevproject
.project
.metadata
-bin/
tmp/
*.tmp
*.bak